summaryrefslogtreecommitdiff
path: root/pstl/test/std/numerics/numeric.ops/scan.fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pstl/test/std/numerics/numeric.ops/scan.fail.cpp')
-rw-r--r--pstl/test/std/numerics/numeric.ops/scan.fail.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/pstl/test/std/numerics/numeric.ops/scan.fail.cpp b/pstl/test/std/numerics/numeric.ops/scan.fail.cpp
index 8202dc2207c1..b17944ae0846 100644
--- a/pstl/test/std/numerics/numeric.ops/scan.fail.cpp
+++ b/pstl/test/std/numerics/numeric.ops/scan.fail.cpp
@@ -14,16 +14,6 @@
struct CustomPolicy
{
- constexpr std::false_type
- __allow_vector()
- {
- return std::false_type{};
- }
- constexpr std::false_type
- __allow_parallel()
- {
- return std::false_type{};
- }
} policy;
int32_t