[libcxx-commits] [libcxx] ff0b62d - [libc++][NFC] Mark LWG3158 as implemented

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 24 11:11:58 PDT 2021


Author: Louis Dionne
Date: 2021-09-24T14:11:52-04:00
New Revision: ff0b62dd8898e58df297f76285a7e613d745db3e

URL: https://github.com/llvm/llvm-project/commit/ff0b62dd8898e58df297f76285a7e613d745db3e
DIFF: https://github.com/llvm/llvm-project/commit/ff0b62dd8898e58df297f76285a7e613d745db3e.diff

LOG: [libc++][NFC] Mark LWG3158 as implemented

It has been implemented in 59e26308e60a.

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx20Issues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 62a0cd9da800..38d08bfbd10f 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -144,7 +144,7 @@
 "","","","",""
 "`2899 <https://wg21.link/LWG2899>`__","``is_(nothrow_)move_constructible``\  and ``tuple``\ , ``optional``\  and ``unique_ptr``\ ","Cologne","",""
 "`3055 <https://wg21.link/LWG3055>`__","``path::operator+=(*single-character*)``\  misspecified","Cologne","|Complete|","7.0"
-"`3158 <https://wg21.link/LWG3158>`__","``tuple(allocator_arg_t, const Alloc&)``\  should be conditionally explicit","Cologne","",""
+"`3158 <https://wg21.link/LWG3158>`__","``tuple(allocator_arg_t, const Alloc&)``\  should be conditionally explicit","Cologne","|Complete|","10.0"
 "`3169 <https://wg21.link/LWG3169>`__","``ranges``\  permutation generators discard useful information","Cologne","",""
 "`3183 <https://wg21.link/LWG3183>`__","Normative permission to specialize Ranges variable templates","Cologne","",""
 "`3184 <https://wg21.link/LWG3184>`__","Inconsistencies in ``bind_front``\  wording","Cologne","|Complete|","13.0"


        


More information about the libcxx-commits mailing list