[libcxx-commits] [libcxx] b72a7cb - [libc++][doc] Move not yet adopted issues to C++26.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 16 08:39:47 PDT 2023
Author: Mark de Wever
Date: 2023-06-16T17:39:08+02:00
New Revision: b72a7cb320f9f319711e35a5e94d6b8be498cdb9
URL: https://github.com/llvm/llvm-project/commit/b72a7cb320f9f319711e35a5e94d6b8be498cdb9
DIFF: https://github.com/llvm/llvm-project/commit/b72a7cb320f9f319711e35a5e94d6b8be498cdb9.diff
LOG: [libc++][doc] Move not yet adopted issues to C++26.
The development of C++23 is complete, so these issues will be adopted in
C++26 (or later).
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D153053
Added:
Modified:
libcxx/docs/Status/Cxx23Issues.csv
libcxx/docs/Status/Cxx2cIssues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx23Issues.csv b/libcxx/docs/Status/Cxx23Issues.csv
index d658c18a64896..1b7c74bcc3972 100644
--- a/libcxx/docs/Status/Cxx23Issues.csv
+++ b/libcxx/docs/Status/Cxx23Issues.csv
@@ -306,6 +306,3 @@
"`3879 <https://wg21.link/LWG3879>`__","``erase_if`` for ``flat_{,multi}set`` is incorrectly specified","February 2023","","",""
"`3880 <https://wg21.link/LWG3880>`__","Clarify ``operator+=`` complexity for ``{chunk,stride}_view::iterator``","February 2023","","","|ranges|"
"`3881 <https://wg21.link/LWG3881>`__","Incorrect formatting of container adapters backed by ``std::string``","February 2023","|Complete|","17.0","|format|"
-"","","","","",""
-"`3343 <https://wg21.link/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``notify_all_at_thread_exit()`` should be reversed","Not Yet Adopted","|Complete|","16.0",""
-"`3892 <https://wg21.link/LWG3892>`__","Incorrect formatting of nested ranges and tuples","Not Yet Adopted","|Complete|","17.0",""
diff --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv
index 9599a708f1979..b1d423e127f26 100644
--- a/libcxx/docs/Status/Cxx2cIssues.csv
+++ b/libcxx/docs/Status/Cxx2cIssues.csv
@@ -1,2 +1,5 @@
"Issue #","Issue Name","Meeting","Status","First released version","Labels"
"","","","","",""
+"`3343 <https://wg21.link/LWG3343>`__","Ordering of calls to ``unlock()`` and ``notify_all()`` in Effects element of ``notify_all_at_thread_exit()`` should be reversed","Not Yet Adopted","|Complete|","16.0",""
+"`3892 <https://wg21.link/LWG3892>`__","Incorrect formatting of nested ranges and tuples","Not Yet Adopted","|Complete|","17.0",""
+"","","","","",""
More information about the libcxx-commits
mailing list