[libcxx-commits] [libcxx] [libc++] Verify forward_list self-merging is a no-op (PR #129985)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 5 21:45:43 PST 2025
================
@@ -137,7 +137,7 @@
"`LWG3593 <https://wg21.link/LWG3593>`__","Several iterators' ``base() const &`` and ``lazy_split_view::outer-iterator::value_type::end()`` missing ``noexcept``","2021-10 (Virtual)","","",""
"`LWG3595 <https://wg21.link/LWG3595>`__","Exposition-only classes proxy and postfix-proxy for ``common_iterator`` should be fully ``constexpr``","2021-10 (Virtual)","|Complete|","14",""
"","","","","",""
-"`LWG3088 <https://wg21.link/LWG3088>`__","``forward_list::merge`` behaviour unclear when passed ``*this``","2022-02 (Virtual)","","",""
+"`LWG3088 <https://wg21.link/LWG3088>`__","``forward_list::merge`` behaviour unclear when passed ``*this``","2022-02 (Virtual)","|Complete|","21",""
----------------
frederick-vs-ja wrote:
It seem incorrect to me to say this is implemented in ver. 21. I _think_ f7345de64fd2d6c5528e940a8aed1a9b95b46183 (https://reviews.llvm.org/D112660) (merged in LLVM 14) is relevant, although it merely changed `operator&` to `std::addressof`.
https://github.com/llvm/llvm-project/pull/129985
More information about the libcxx-commits
mailing list