diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp index 5aeaac88812..7784d386423 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/replace.pass.cpp @@ -151,7 +151,7 @@ struct test_non_const int32_t main() { - test<int32_t, float32_t>(__pstl::internal::equal_value<int32_t>(666)); + test<int32_t, float32_t>(__pstl::__internal::__equal_value<int32_t>(666)); test<uint16_t, uint8_t>([](const uint16_t& elem) { return elem % 3 < 2; }); test<float64_t, int64_t>([](const float64_t& elem) { return elem * elem - 3.5 * elem > 10; }); test<copy_int, copy_int>([](const copy_int& val) { return val.value / 5 > 2; }); |