[libcxx-commits] [libcxx] [libc++] Implement P3508R0: Wording for "constexpr for specialized memory algorithms" (PR #197313)

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 24 12:59:22 PDT 2026


================
@@ -48,6 +51,25 @@ struct Nasty
 
 int Nasty::counter_ = 0;
 
+#if TEST_STD_VER >= 26
+TEST_CONSTEXPR_CXX26 bool test() {
----------------
smallp-o-p wrote:

Thanks!

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


More information about the libcxx-commits mailing list