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

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


================
@@ -8,6 +8,8 @@
 
 // <deque>
 
+// constexpr since C++26
+
 //       reference operator[](size_type __i);
 // const_reference operator[](size_type __i) const;
----------------
Serosh-commits wrote:

> It looks like some of the functions being tested are missing from this synopsis:

done updated the doc

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


More information about the libcxx-commits mailing list