mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-07-02 14:04:09 +00:00
fix recursion depth: some algorithms
This commit is contained in:
parent
830fc27394
commit
cb584edb3f
14 changed files with 1443 additions and 71 deletions
|
@ -45,6 +45,7 @@
|
|||
#include "./any_of_equal.cpp"
|
||||
#include "./none_of_equal.cpp"
|
||||
#include "./one_of_equal.cpp"
|
||||
#include "./tristate_lexicographical_compare.cpp"
|
||||
#include "./is_increasing.cpp"
|
||||
#include "./is_decreasing.cpp"
|
||||
#include "./is_strictly_increasing.cpp"
|
||||
|
@ -96,6 +97,7 @@ namespace testspr {
|
|||
testspr::algorithm_any_of_equal_test();
|
||||
testspr::algorithm_none_of_equal_test();
|
||||
testspr::algorithm_one_of_equal_test();
|
||||
testspr::algorithm_tristate_lexicographical_compare_test();
|
||||
testspr::algorithm_is_increasing_test();
|
||||
testspr::algorithm_is_decreasing_test();
|
||||
testspr::algorithm_is_strictly_increasing_test();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue