[libcxx-commits] [libcxx] ca88973 - [libc++][docs] Mark LWG3420 complete
Joe Loser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 19 06:53:06 PDT 2021
Author: Joe Loser
Date: 2021-10-19T09:52:35-04:00
New Revision: ca889733a2271e3c4953cb097d212c834975596b
URL: https://github.com/llvm/llvm-project/commit/ca889733a2271e3c4953cb097d212c834975596b
DIFF: https://github.com/llvm/llvm-project/commit/ca889733a2271e3c4953cb097d212c834975596b.diff
LOG: [libc++][docs] Mark LWG3420 complete
Mark LWG3420 as complete. Currently, the `cpp17_iterator` concept
checks that the type looks like an iterator first before checking if it
is copyable.
Reviewed By: ldionne, Quuxplusone, #libc
Differential Revision: https://reviews.llvm.org/D111598
Added:
Modified:
libcxx/docs/Status/Cxx2bIssues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv
index c6026d7d55774..97c560407c0f4 100644
--- a/libcxx/docs/Status/Cxx2bIssues.csv
+++ b/libcxx/docs/Status/Cxx2bIssues.csv
@@ -24,7 +24,7 @@
"`3405 <https://wg21.link/LWG3405>`__","``common_view``'s converting constructor is bad, too","November 2020","","","|ranges|"
"`3406 <https://wg21.link/LWG3406>`__","``elements_view::begin()`` and ``elements_view::end()`` have incompatible constraints","November 2020","","","|ranges|"
"`3419 <https://wg21.link/LWG3419>`__","[algorithms.requirements]/15 doesn't reserve as many rights as it intends to","November 2020","",""
-"`3420 <https://wg21.link/LWG3420>`__","cpp17-iterator should check that the type looks like an iterator first","November 2020","","","|ranges|"
+"`3420 <https://wg21.link/LWG3420>`__","cpp17-iterator should check that the type looks like an iterator first","November 2020","|Complete|","14.0","|ranges|"
"`3421 <https://wg21.link/LWG3421>`__","Imperfect ADL emulation for boolean-testable","November 2020","","","|ranges|"
"`3425 <https://wg21.link/LWG3425>`__","``condition_variable_any`` fails to constrain its Lock parameters","November 2020","",""
"`3426 <https://wg21.link/LWG3426>`__","``operator<=>(const unique_ptr<T, D>&, nullptr_t)`` can't get no satisfaction","November 2020","","","|spaceship|"
More information about the libcxx-commits
mailing list