mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix recursion depth: is_heap, is_heap_until
This commit is contained in:
parent
0201107eec
commit
86f68671a1
5 changed files with 232 additions and 21 deletions
|
@ -32,6 +32,8 @@
|
|||
#include "./equal_range.cpp"
|
||||
#include "./binary_search.cpp"
|
||||
#include "./includes.cpp"
|
||||
#include "./is_heap.cpp"
|
||||
#include "./is_heap_until.cpp"
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_SPROUT_LIBS_ALGORITHM_TEST_NON_MODIFYIING_CPP
|
||||
# undef TESTSPR_CPP_INCLUDE
|
||||
|
@ -65,6 +67,8 @@ namespace testspr {
|
|||
testspr::algorithm_equal_range_test();
|
||||
testspr::algorithm_binary_search_test();
|
||||
testspr::algorithm_includes_test();
|
||||
testspr::algorithm_is_heap_test();
|
||||
testspr::algorithm_is_heap_until_test();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue