[libcxx-commits] [libcxx] [libc++] Implement LWG4477: placement operator delete should be constexpr (PR #189915)
Fernando Pelliccioni via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 7 04:55:51 PDT 2026
================
@@ -263,4 +263,5 @@
"`LWG4139 <https://wg21.link/LWG4139>`__","ยง[time.zone.leap] recursive constraint in ``<=>``","Not Adopted Yet","|Complete|","20","`#118369 <https://github.com/llvm/llvm-project/issues/118369>`__",""
"`LWG3456 <https://wg21.link/LWG3456>`__","Pattern used by ``std::from_chars`` is underspecified (option B)","Not Adopted Yet","|Complete|","20","`#118370 <https://github.com/llvm/llvm-project/issues/118370>`__",""
"`LWG3882 <https://wg21.link/LWG3882>`__","``tuple`` relational operators have confused friendships","Not Adopted Yet","|Complete|","22","","The comparison operators are constrained harder than the proposed resolution. libstdc++ and MSVC STL do the same."
+"`LWG4477 <https://wg21.link/LWG4477>`__","Placement operator delete should be ``constexpr``","Not Adopted Yet","|Complete|","23","`#189914 <https://github.com/llvm/llvm-project/issues/189914>`__",""
----------------
fpelliccioni wrote:
Thanks, already fixed!
https://github.com/llvm/llvm-project/pull/189915
More information about the libcxx-commits
mailing list