1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add move_iterator

This commit is contained in:
bolero-MURAKAMI 2014-03-20 23:52:08 +09:00
parent 01efe1e793
commit 3fb83e0fbe
4 changed files with 318 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <sprout/config.hpp>
#include <sprout/range/adaptor/copied.hpp>
#include <sprout/range/adaptor/moved.hpp>
#include <sprout/range/adaptor/transformed.hpp>
#include <sprout/range/adaptor/replaced.hpp>
#include <sprout/range/adaptor/replaced_if.hpp>