add range adaptors adjacent_filtered, uniqued

This commit is contained in:
bolero-MURAKAMI 2013-01-27 16:56:14 +09:00
parent 9aa2a7c9b2
commit 1cfec16e52
40 changed files with 571 additions and 58 deletions

View file

@ -3,7 +3,6 @@
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/pit.hpp>
#include <sprout/container/traits.hpp>
#include <sprout/container/functions.hpp>
#include <sprout/iterator/step_iterator.hpp>