[libcxx-commits] [libcxx] [libc++] Implement LWG3990 for Clang (PR #128834)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 26 01:11:53 PST 2025
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: c++03, c++11, c++14
+// REQUIRES: std-at-least-c++17
----------------
philnik777 wrote:
Let's not modify unrelated tests.
https://github.com/llvm/llvm-project/pull/128834
More information about the libcxx-commits
mailing list