mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +00:00
fix recursion depth: all_of_equal, any_of_equal, none_of_equal, one_of_equal
This commit is contained in:
parent
750e3b944d
commit
bc04943aaa
10 changed files with 394 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue