fix recursion depth: all_of, any_of, none_of, one_of, find, find_if, find_if_not

This commit is contained in:
bolero-MURAKAMI 2012-12-09 14:34:14 +09:00
parent 74729ce14f
commit 54400ea7d0
16 changed files with 757 additions and 29 deletions

View file

@ -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