aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authoryronglin <yronglin777@gmail.com>2024-03-15 07:02:59 +0800
committerGitHub <noreply@github.com>2024-03-15 07:02:59 +0800
commit3ed8f19cd0fa1054dab08163e493f84a51fc9190 (patch)
tree775906ed4e957c182057e209fbb84d6eb0bf71bc /libcxx
parent9d994e900f2661673e6cec0cd7954d3f378a4f8a (diff)
downloadllvm-3ed8f19cd0fa1054dab08163e493f84a51fc9190.zip
llvm-3ed8f19cd0fa1054dab08163e493f84a51fc9190.tar.gz
llvm-3ed8f19cd0fa1054dab08163e493f84a51fc9190.tar.bz2
[libc++][NFC] Mark LWG3772 as implemented (#85108)
[LWG3772](https://wg21.link/LWG3772) already implemented with https://reviews.llvm.org/D141699 . Signed-off-by: yronglin <yronglin777@gmail.com>
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/Status/Cxx23Issues.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/Cxx23Issues.csv b/libcxx/docs/Status/Cxx23Issues.csv
index e003455..43282f3 100644
--- a/libcxx/docs/Status/Cxx23Issues.csv
+++ b/libcxx/docs/Status/Cxx23Issues.csv
@@ -283,7 +283,7 @@
"`3655 <https://wg21.link/LWG3655>`__","The ``INVOKE`` operation and union types","February 2023","|Complete|","18.0",""
"`3723 <https://wg21.link/LWG3723>`__","``priority_queue::push_range`` needs to ``append_range``","February 2023","","","|ranges|"
"`3734 <https://wg21.link/LWG3734>`__","Inconsistency in ``inout_ptr`` and ``out_ptr`` for empty case","February 2023","","",""
-"`3772 <https://wg21.link/LWG3772>`__","``repeat_view``'s ``piecewise`` constructor is missing Postconditions","February 2023","","","|ranges|"
+"`3772 <https://wg21.link/LWG3772>`__","``repeat_view``'s ``piecewise`` constructor is missing Postconditions","February 2023","|Complete|","17.0","|ranges|"
"`3786 <https://wg21.link/LWG3786>`__","Flat maps' deduction guide needs to default ``Allocator`` to be useful","February 2023","","",""
"`3803 <https://wg21.link/LWG3803>`__","``flat_foo`` constructors taking ``KeyContainer`` lack ``KeyCompare`` parameter","February 2023","","",""
"`3810 <https://wg21.link/LWG3810>`__","CTAD for ``std::basic_format_args``","February 2023","|Complete|","17.0","|format|"