mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
extraordinary fix: find_end implementation
This commit is contained in:
parent
7c8f28115c
commit
72fe72a623
45 changed files with 68 additions and 171 deletions
|
@ -37,7 +37,6 @@ namespace testspr {
|
|||
TESTSPR_BOTH_ASSERT(!result);
|
||||
}
|
||||
|
||||
#if defined(__clang__)
|
||||
{
|
||||
SPROUT_STATIC_CONSTEXPR auto result = sprout::binary_search(
|
||||
testspr::reduct_forward(sprout::begin(arr1)),
|
||||
|
@ -55,9 +54,7 @@ namespace testspr {
|
|||
);
|
||||
TESTSPR_BOTH_ASSERT(!result);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(__clang__)
|
||||
{
|
||||
SPROUT_STATIC_CONSTEXPR auto result = sprout::binary_search(
|
||||
testspr::reduct_random_access(sprout::begin(arr1)),
|
||||
|
@ -75,7 +72,6 @@ namespace testspr {
|
|||
);
|
||||
TESTSPR_BOTH_ASSERT(!result);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
} // namespace testspr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue