[libcxx-commits] [libcxx] d6b826e - [libc++] [doc] Mark LWG3398 as complete.
Arthur O'Dwyer via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 29 13:15:50 PDT 2021
Author: Arthur O'Dwyer
Date: 2021-10-29T14:15:41-06:00
New Revision: d6b826ebb2d20757ca8294b20a830236021f5929
URL: https://github.com/llvm/llvm-project/commit/d6b826ebb2d20757ca8294b20a830236021f5929
DIFF: https://github.com/llvm/llvm-project/commit/d6b826ebb2d20757ca8294b20a830236021f5929.diff
LOG: [libc++] [doc] Mark LWG3398 as complete.
This was done in D108054.
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 3962cd1195505..7be5bffbcc1a5 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -296,5 +296,5 @@
"`3395 <https://wg21.link/LWG3395>`__","Definition for three-way comparison needs to be updated (US 152)","Prague","","","|spaceship|"
"`3396 <https://wg21.link/LWG3396>`__","Clarify point of reference for ``source_location::current()``\ (DE 169)","Prague","",""
"`3397 <https://wg21.link/LWG3397>`__","``ranges::basic_istream_view::iterator``\ should not provide ``iterator_category``\ ","Prague","","","|ranges|"
-"`3398 <https://wg21.link/LWG3398>`__","``tuple_element_t``\ is also wrong for ``const subrange``\ ","Prague","","","|ranges|"
+"`3398 <https://wg21.link/LWG3398>`__","``tuple_element_t``\ is also wrong for ``const subrange``\ ","Prague","|Complete|","14.0","|ranges|"
"`3446 <https://wg21.link/LWG3446>`__","``indirectly_readable_traits``\ ambiguity for types with both ``value_type``\ and ``element_type``\ ","November virtual meeting","|Complete|","13.0"
More information about the libcxx-commits
mailing list