[libcxx-commits] [libcxx] [libc++]libcxx constexpr deque (PR #200929)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 3 21:12:17 PDT 2026


================
@@ -47,7 +49,23 @@ C make(int size, int start = 0) {
   return c;
 }
 
+#if TEST_STD_VER >= 26
+TEST_CONSTEXPR_CXX26 bool test_constexpr() {
----------------
Serosh-commits wrote:

> You already guard this.

done updated this throughout all tests


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


More information about the libcxx-commits mailing list