mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix recursion depth: lexicographical_compare
This commit is contained in:
parent
1c085cb707
commit
750e3b944d
4 changed files with 266 additions and 8 deletions
|
@ -40,6 +40,7 @@
|
|||
#include "./min_element.cpp"
|
||||
#include "./max_element.cpp"
|
||||
#include "./minmax_element.cpp"
|
||||
#include "./lexicographical_compare.cpp"
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_SPROUT_LIBS_ALGORITHM_TEST_NON_MODIFYIING_CPP
|
||||
# undef TESTSPR_CPP_INCLUDE
|
||||
|
@ -81,6 +82,7 @@ namespace testspr {
|
|||
testspr::algorithm_min_element_test();
|
||||
testspr::algorithm_max_element_test();
|
||||
testspr::algorithm_minmax_element_test();
|
||||
testspr::algorithm_lexicographical_compare_test();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue