[NFC][libc++] Mark LWG3951 as implemented (#93191)

Since we have already addressed the LWG issue, this PR marks LWG3951 as
implemented.

Signed-off-by: yronglin <yronglin777@gmail.com>
Co-authored-by: A. Jiang <de34@live.cn>
This commit is contained in:
yronglin 2024-05-29 09:09:36 +08:00 committed by GitHub
parent e492aa5adb
commit f9672cb775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
"`3947 <https://wg21.link/LWG3947>`__","Unexpected constraints on ``adjacent_transform_view::base()``","Kona November 2023","","","|ranges|"
"`3948 <https://wg21.link/LWG3948>`__","``possibly-const-range and as-const-pointer`` should be ``noexcept``","Kona November 2023","","","|ranges|"
"`3949 <https://wg21.link/LWG3949>`__","``std::atomic<bool>``'s trivial destructor dropped in C++17 spec wording","Kona November 2023","","",""
"`3951 <https://wg21.link/LWG3951>`__","[expected.object.swap]: Using ``value()`` instead of ``has_value()``","Kona November 2023","","",""
"`3951 <https://wg21.link/LWG3951>`__","[expected.object.swap]: Using ``value()`` instead of ``has_value()``","Kona November 2023","|Complete|","16.0",""
"`3953 <https://wg21.link/LWG3953>`__","``iter_move`` for ``common_iterator`` and ``counted_iterator`` should return ``decltype(auto)``","Kona November 2023","","","|ranges|"
"`3957 <https://wg21.link/LWG3957>`__","[container.alloc.reqmts] The value category of v should be claimed","Kona November 2023","","",""
"`3965 <https://wg21.link/LWG3965>`__","Incorrect example in [format.string.escaped] p3 for formatting of combining characters","Kona November 2023","|Complete|","19.0","|format|"

1 Issue # Issue Name Meeting Status First released version Labels
29 `3947 <https://wg21.link/LWG3947>`__ Unexpected constraints on ``adjacent_transform_view::base()`` Kona November 2023 |ranges|
30 `3948 <https://wg21.link/LWG3948>`__ ``possibly-const-range and as-const-pointer`` should be ``noexcept`` Kona November 2023 |ranges|
31 `3949 <https://wg21.link/LWG3949>`__ ``std::atomic<bool>``'s trivial destructor dropped in C++17 spec wording Kona November 2023
32 `3951 <https://wg21.link/LWG3951>`__ [expected.object.swap]: Using ``value()`` instead of ``has_value()`` Kona November 2023 |Complete| 16.0
33 `3953 <https://wg21.link/LWG3953>`__ ``iter_move`` for ``common_iterator`` and ``counted_iterator`` should return ``decltype(auto)`` Kona November 2023 |ranges|
34 `3957 <https://wg21.link/LWG3957>`__ [container.alloc.reqmts] The value category of v should be claimed Kona November 2023
35 `3965 <https://wg21.link/LWG3965>`__ Incorrect example in [format.string.escaped] p3 for formatting of combining characters Kona November 2023 |Complete| 19.0 |format|