diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-01-21 13:38:39 +0100 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-01-28 18:15:48 +0100 |
commit | a3bfd2bc48011f51c9228c75be9fd36b91c724ca (patch) | |
tree | 34e0d7155e73e606dbde0f4c479dbc102b48b76e | |
parent | f20b5071f3ab69bef389f550d5b93129e135d9f9 (diff) | |
download | llvm-a3bfd2bc48011f51c9228c75be9fd36b91c724ca.zip llvm-a3bfd2bc48011f51c9228c75be9fd36b91c724ca.tar.gz llvm-a3bfd2bc48011f51c9228c75be9fd36b91c724ca.tar.bz2 |
[libc++] Addresses LWG3754
LWG3754 Class template expected synopsis contains declarations that do
not match the detailed description
This parts of the detailed synopsis that is not copied in libc++, so
effectively there's nothing to do.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D142809
-rw-r--r-- | libcxx/docs/Status/Cxx2bIssues.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv index b2cc710..e612ffed 100644 --- a/libcxx/docs/Status/Cxx2bIssues.csv +++ b/libcxx/docs/Status/Cxx2bIssues.csv @@ -211,7 +211,7 @@ "`3750 <https://wg21.link/LWG3750>`__","Too many papers bump ``__cpp_lib_format``", "November 2022","","","|format|" "`3751 <https://wg21.link/LWG3751>`__","Missing feature macro for ``flat_set``", "November 2022","","","|flat_containers|" "`3753 <https://wg21.link/LWG3753>`__","Clarify entity vs. freestanding entity", "November 2022","","","" -"`3754 <https://wg21.link/LWG3754>`__","Class template expected synopsis contains declarations that do not match the detailed description", "November 2022","","","" +"`3754 <https://wg21.link/LWG3754>`__","Class template expected synopsis contains declarations that do not match the detailed description", "November 2022","|Nothing to do|","","" "`3755 <https://wg21.link/LWG3755>`__","``tuple-for-each`` can call ``user-defined`` ``operator,``", "November 2022","","","" "`3757 <https://wg21.link/LWG3757>`__","What's the effect of ``std::forward_like<void>(x)``?", "November 2022","","","" "`3759 <https://wg21.link/LWG3759>`__","``ranges::rotate_copy`` should use ``std::move``", "November 2022","","","|ranges|" |