[libcxx-commits] [libcxx] 83d2660 - [NFC][libc++] Mark LWG3296 as complete.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 26 01:41:07 PST 2020


Author: Mark de Wever
Date: 2020-11-26T10:39:44+01:00
New Revision: 83d26603e0402befe32186d2a2706bdf79d0a1cf

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

LOG: [NFC][libc++] Mark LWG3296 as complete.

I recalled Marshall had already made this change. The change is
committed in e3f89a989a23b9bfcb9f9d01172cebb63db627e1.

Added: 
    

Modified: 
    libcxx/docs/Cxx2aStatusIssuesStatus.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Cxx2aStatusIssuesStatus.csv b/libcxx/docs/Cxx2aStatusIssuesStatus.csv
index 71f54a3fa4a8..8fc666717987 100644
--- a/libcxx/docs/Cxx2aStatusIssuesStatus.csv
+++ b/libcxx/docs/Cxx2aStatusIssuesStatus.csv
@@ -225,7 +225,7 @@
 "`3291 <https://wg21.link/LWG3291>`__","``iota_view::iterator``\  has the wrong ``iterator_category``\ ","Prague",""
 "`3292 <https://wg21.link/LWG3292>`__","``iota_view``\  is under-constrained","Prague",""
 "`3294 <https://wg21.link/LWG3294>`__","``zoned_time``\  deduction guides misinterprets ``string``\ /``char*``\ ","Prague",""
-"`3296 <https://wg21.link/LWG3296>`__","Inconsistent default argument for ``basic_regex<>::assign``\ ","Prague",""
+"`3296 <https://wg21.link/LWG3296>`__","Inconsistent default argument for ``basic_regex<>::assign``\ ","Prague","|Complete|"
 "`3299 <https://wg21.link/LWG3299>`__","Pointers don't need customized iterator behavior","Prague",""
 "`3300 <https://wg21.link/LWG3300>`__","Non-array ``ssize``\  overload is underconstrained","Prague",""
 "`3301 <https://wg21.link/LWG3301>`__","``transform_view::iterator``\  has incorrect ``iterator_category``\ ","Prague",""


        


More information about the libcxx-commits mailing list