[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


================
@@ -5,7 +5,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+// REQUIRES: standard-ge-c++23
----------------
ldionne wrote:

```suggestion
// REQUIRES: std-at-least-c++23
```


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


More information about the libcxx-commits mailing list