[libcxx-commits] [libcxx] [libc++][NFC] Refactor `std::array`'s `verify.cpp` tests (PR #173455)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 24 21:03:08 PST 2025
================
@@ -6,17 +6,17 @@
//
//===----------------------------------------------------------------------===//
+// REQUIRES: std-at-least-c++20
+
----------------
Zingam wrote:
This is a test about `[[nodiscard]]` actually. It's redundant. I removed it.
https://github.com/llvm/llvm-project/pull/173455
More information about the libcxx-commits
mailing list