[libcxx-commits] [libcxx] [libc++] LWG4557: Remove `constexpr` from `owner_less` and `owner_before` (PR #191534)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 30 01:00:22 PDT 2026
================
@@ -124,7 +124,7 @@
"`P3096R12 <https://wg21.link/P3096R12>`__","Function Parameter Reflection in Reflection for C++26","2025-06 (Sofia)","","","`#148127 <https://github.com/llvm/llvm-project/issues/148127>`__",""
"`P2988R12 <https://wg21.link/P2988R12>`__","``std::optional<T&>``","2025-06 (Sofia)","|Complete|","22","`#148131 <https://github.com/llvm/llvm-project/issues/148131>`__",""
"`P3348R4 <https://wg21.link/P3348R4>`__","C++26 should refer to C23 not C17","2025-06 (Sofia)","","","`#148133 <https://github.com/llvm/llvm-project/issues/148133>`__",""
-"`P3037R6 <https://wg21.link/P3037R6>`__","``constexpr`` ``std::shared_ptr`` and friends","2025-06 (Sofia)","","","`#148135 <https://github.com/llvm/llvm-project/issues/148135>`__",""
+"`P3037R6 <https://wg21.link/P3037R6>`__","``constexpr`` ``std::shared_ptr`` and friends","2025-06 (Sofia)","","","`#148135 <https://github.com/llvm/llvm-project/issues/148135>`__","``owner_before`` and ``owner_less`` must remain non-``constexpr`` per LWG4557."
----------------
philnik777 wrote:
Do we really want to link to LWG issues from papers? That seems rather unhelpful and mostly clutters the page.
https://github.com/llvm/llvm-project/pull/191534
More information about the libcxx-commits
mailing list