[libcxx-commits] [libcxx] [libc++] Enable missing allocator constructors in C++11 (PR #204845)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 29 23:08:53 PDT 2026


================
@@ -8,7 +8,8 @@
 
 // <list>
 
-// explicit list(size_type n); // constexpr since C++26
+// explicit list(size_type n);                       // constexpr since C++26
----------------
frederick-vs-ja wrote:

Ditto, `// XFAIL: FROZEN-CXX03-HEADERS-FIXME`.

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


More information about the libcxx-commits mailing list