fix recursion depth: all_of_equal, any_of_equal, none_of_equal, one_of_equal

This commit is contained in:
bolero-MURAKAMI 2012-12-17 00:36:19 +09:00
parent 750e3b944d
commit bc04943aaa
10 changed files with 394 additions and 9 deletions

View file

@ -1,8 +1,10 @@
#ifndef SPROUT_ALGORITHM_NONE_OF_HPP
#define SPROUT_ALGORITHM_NONE_OF_HPP
#include <iterator>
#include <sprout/config.hpp>
#include <sprout/iterator/operation.hpp>
#include HDR_ITERATOR_SSCRISK_CEL_OR_SPROUT
namespace sprout {
namespace detail {