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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 26 09:07:14 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
----------------
ldionne wrote:

For this specific usage, I don't feel like this is an improvement over the status quo.

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


More information about the libcxx-commits mailing list