extraordinary fix: find_end implementation

This commit is contained in:
bolero-MURAKAMI 2013-08-12 00:09:40 +09:00
parent 7c8f28115c
commit 72fe72a623
45 changed files with 68 additions and 171 deletions

View file

@ -161,7 +161,6 @@ namespace testspr {
TESTSPR_BOTH_ASSERT(result);
}
#if defined(__clang__)
{
SPROUT_STATIC_CONSTEXPR auto result = sprout::equal(
testspr::reduct_random_access(sprout::begin(arr1)),
@ -231,7 +230,6 @@ namespace testspr {
);
TESTSPR_BOTH_ASSERT(result);
}
#endif
{
SPROUT_STATIC_CONSTEXPR auto result = sprout::equal(
@ -388,7 +386,6 @@ namespace testspr {
TESTSPR_BOTH_ASSERT(result);
}
#if defined(__clang__)
{
SPROUT_STATIC_CONSTEXPR auto result = sprout::equal(
testspr::reduct_random_access(sprout::begin(arr1)),
@ -466,7 +463,6 @@ namespace testspr {
);
TESTSPR_BOTH_ASSERT(result);
}
#endif
}
}
} // namespace testspr