summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-02-17 21:27:08 +0100
committerMark de Wever <koraq@xs4all.nl>2023-04-09 12:50:17 +0200
commitd85165184300019c4c68404fba957056eb489c93 (patch)
treef5abaec7d75314da8b627dc48ed1d4fa9e92fb83 /libcxx/docs
parented8ea2bbf84388b60db5a634870baa4c26001d73 (diff)
downloadllvm-d85165184300019c4c68404fba957056eb489c93.tar.gz
[libc++][format] Addresses LWG3720.
LWG3720 Restrict the valid types of arg-id for width and precision in std-format-spec Depends on D144325 Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D144326
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Status/Cxx2bIssues.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv
index 99c83d82905c..7354cec1509e 100644
--- a/libcxx/docs/Status/Cxx2bIssues.csv
+++ b/libcxx/docs/Status/Cxx2bIssues.csv
@@ -250,7 +250,7 @@
"`3032 <https://wg21.link/LWG3032>`__","``ValueSwappable`` requirement missing for ``push_heap`` and ``make_heap``","February 2023","","",""
"`3085 <https://wg21.link/LWG3085>`__","``char_traits::copy`` precondition too weak","February 2023","","",""
"`3664 <https://wg21.link/LWG3664>`__","`LWG 3392 <https://wg21.link/LWG3392>`__ ``broke std::ranges::distance(a, a+3)``","February 2023","","","|ranges|"
-"`3720 <https://wg21.link/LWG3720>`__","Restrict the valid types of ``arg-id`` for width and precision in ``std-format-spec``","February 2023","","","|format|"
+"`3720 <https://wg21.link/LWG3720>`__","Restrict the valid types of ``arg-id`` for width and precision in ``std-format-spec``","February 2023","|Complete|","17.0","|format|"
"`3756 <https://wg21.link/LWG3756>`__","Is the ``std::atomic_flag`` class signal-safe?","February 2023","","",""
"`3769 <https://wg21.link/LWG3769>`__","``basic_const_iterator::operator==`` causes infinite constraint recursion","February 2023","","","|spaceship|"
"`3807 <https://wg21.link/LWG3807>`__","The feature test macro for ``ranges::find_last`` should be renamed","February 2023","","","|ranges|"