[libcxx-commits] [libcxx] [RFC][libc++][test] Improves C++ Standard filtering. (PR #89499)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 2 09:37:29 PST 2024


================
@@ -6,7 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++03, c++11, c++14, c++26
+// REQUIRES: standard-ge-c++17
+// UNSUPPORTED: standard-ge-c++26
----------------
mordante wrote:

As discussed, this was intended to test this usage works. It has been changed as dissed.

https://github.com/llvm/llvm-project/pull/89499


More information about the libcxx-commits mailing list