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

@ -4,7 +4,7 @@
#include <sprout/config.hpp>
#include <sprout/container/functions.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/range/lvalue_range.hpp>
#include <sprout/range/type_traits/lvalue_range.hpp>
#include <sprout/algorithm/equal_range.hpp>
namespace sprout {