add make_ptr_range

This commit is contained in:
bolero-MURAKAMI 2012-12-22 20:10:27 +09:00
parent 86cfc72bd6
commit 26dd9dabca
10 changed files with 72 additions and 12 deletions

View file

@ -6,7 +6,7 @@
#include <sprout/config.hpp>
#include <sprout/container/traits.hpp>
#include <sprout/container/functions.hpp>
#include <sprout/range/lvalue_iterator.hpp>
#include <sprout/range/type_traits/lvalue_iterator.hpp>
#include <sprout/utility/swap.hpp>
namespace sprout {