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

add iterator_traits: SFINAE-friendly version

This commit is contained in:
bolero-MURAKAMI 2014-05-29 13:30:51 +09:00
parent c15de6136b
commit f45298f81f
3 changed files with 53 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#define SPROUT_ITERATOR_HPP
#include <sprout/config.hpp>
#include <sprout/iterator/iterator_traits.hpp>
#include <sprout/iterator/type_traits.hpp>
#include <sprout/iterator/operation.hpp>
#include <sprout/iterator/predefined.hpp>