[libcxx-commits] [libcxx] [libc++] Make list constexpr as part of P3372R3 (PR #129799)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 10 08:23:15 PDT 2025
================
@@ -10,7 +10,7 @@
// <list>
-// void push_back(value_type&& x);
+// void push_back(value_type&& x); // constexpr since C++26// constexpr since C++26
----------------
ldionne wrote:
```suggestion
// void push_back(value_type&& x); // constexpr since C++26
```
https://github.com/llvm/llvm-project/pull/129799
More information about the libcxx-commits
mailing list