[libcxx-commits] [libcxx] ae9b91a - [libc++] Fix malformed CSV entry for C++26 LWG issue
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 29 13:03:48 PST 2024
Author: Louis Dionne
Date: 2024-11-29T16:03:40-05:00
New Revision: ae9b91acc76e03a3c38e2f92b59308c508901817
URL: https://github.com/llvm/llvm-project/commit/ae9b91acc76e03a3c38e2f92b59308c508901817
DIFF: https://github.com/llvm/llvm-project/commit/ae9b91acc76e03a3c38e2f92b59308c508901817.diff
LOG: [libc++] Fix malformed CSV entry for C++26 LWG issue
Added:
Modified:
libcxx/docs/Status/Cxx2cIssues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv
index a0d2ccdc34d08d..cd53c82e06b6e4 100644
--- a/libcxx/docs/Status/Cxx2cIssues.csv
+++ b/libcxx/docs/Status/Cxx2cIssues.csv
@@ -78,5 +78,5 @@
"","","","","",""
"`LWG3343 <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 Adopted Yet","|Complete|","16",""
"`LWG4139 <https://wg21.link/LWG4139>`__","ยง[time.zone.leap] recursive constraint in <=>","Not Adopted Yet","|Complete|","20",""
-"`LWG3456 <https://wg21.link/LWG3456>`__","Pattern used by std::from_chars is underspecified (option B)",,"Not Yet Adopted","|Complete|","20",""
+"`LWG3456 <https://wg21.link/LWG3456>`__","Pattern used by std::from_chars is underspecified (option B)","Not Adopted Yet","|Complete|","20",""
"","","","","",""
More information about the libcxx-commits
mailing list