[libcxx-commits] [libcxx] 85ee4ff - [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by P0357R3)
Billy Robert O'Neal III via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 8 16:47:03 PST 2020
Author: Billy Robert O'Neal III
Date: 2020-01-08T16:46:55-08:00
New Revision: 85ee4ff4e474788abc7abdc939114281c2a68ec1
URL: https://github.com/llvm/llvm-project/commit/85ee4ff4e474788abc7abdc939114281c2a68ec1
DIFF: https://github.com/llvm/llvm-project/commit/85ee4ff4e474788abc7abdc939114281c2a68ec1.diff
LOG: [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by P0357R3)
Added:
Modified:
libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp
Removed:
################################################################################
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 a3577ff06427..848858d33b19 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>
More information about the libcxx-commits
mailing list