mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix recursion depth: all_of, any_of, none_of, one_of, find, find_if, find_if_not
This commit is contained in:
parent
74729ce14f
commit
54400ea7d0
16 changed files with 757 additions and 29 deletions
|
@ -6,6 +6,7 @@
|
|||
# define TESTSPR_CPP_INCLUDE
|
||||
#endif
|
||||
|
||||
#include "./non_modifying.cpp"
|
||||
#include "./modifying.cpp"
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_SPROUT_LIBS_ALGORITHM_TEST_ALGORITHM_CPP
|
||||
|
@ -14,6 +15,7 @@
|
|||
|
||||
namespace testspr {
|
||||
static void algorithm_test() {
|
||||
testspr::algorithm_non_modifying_test();
|
||||
testspr::algorithm_modifying_test();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue