diff options
author | Billy Robert O'Neal III <bion@microsoft.com> | 2020-01-08 16:46:55 -0800 |
---|---|---|
committer | Billy Robert O'Neal III <bion@microsoft.com> | 2020-01-08 16:46:55 -0800 |
commit | 85ee4ff4e474788abc7abdc939114281c2a68ec1 (patch) | |
tree | d70f287e8228f3c151b4c0d4d5ba72d3024be803 /libcxx/test/std/utilities/function.objects/refwrap | |
parent | b2fb6a7ba118f651cc76580ecb48eb5f877920aa (diff) | |
download | bcm5719-llvm-85ee4ff4e474788abc7abdc939114281c2a68ec1.tar.gz bcm5719-llvm-85ee4ff4e474788abc7abdc939114281c2a68ec1.zip |
[libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by P0357R3)
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/refwrap')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp index a3577ff0642..848858d33b1 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp @@ -12,6 +12,8 @@ // has weak result type +// REQUIRES: c++98 || c++03 || c++11 || c++14 || c++17 + #include <functional> #include <type_traits> |