[libcxx-commits] [libcxx] c5818c3 - [libc++][NFC] Update LWG3477(Simplify constraints for `semiregular-box`) status (#85399)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 17 08:03:59 PDT 2024


Author: yronglin
Date: 2024-03-17T23:03:55+08:00
New Revision: c5818c3abcafbd4c473a584e98df2ede1437347b

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

LOG: [libc++][NFC] Update LWG3477(Simplify constraints for `semiregular-box`) status (#85399)

Since we implemented `copyable-box` in
(https://reviews.llvm.org/D102135,
https://github.com/llvm/llvm-project/commit/6829db727e9e67dfdb70dd0846ffd4e48e00a98d),
this issue got addressed.

---------

Signed-off-by: yronglin <yronglin777 at gmail.com>

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx23Issues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx23Issues.csv b/libcxx/docs/Status/Cxx23Issues.csv
index 43282f357150cf..659770cd58d19c 100644
--- a/libcxx/docs/Status/Cxx23Issues.csv
+++ b/libcxx/docs/Status/Cxx23Issues.csv
@@ -46,7 +46,7 @@
 "`3473 <https://wg21.link/LWG3473>`__","Normative encouragement in non-normative note","November 2020","|Complete|","15.0","|format|"
 "`3474 <https://wg21.link/LWG3474>`__","Nesting ``join_views`` is broken because of CTAD","November 2020","|Complete|","15.0","|ranges|"
 "`3476 <https://wg21.link/LWG3476>`__","``thread`` and ``jthread`` constructors require that the parameters be move-constructible but never move construct the parameters","November 2020","",""
-"`3477 <https://wg21.link/LWG3477>`__","Simplify constraints for ``semiregular-box``","November 2020","","","|ranges|"
+"`3477 <https://wg21.link/LWG3477>`__","Simplify constraints for ``semiregular-box``","November 2020","|Complete|","13.0","|ranges|"
 "`3482 <https://wg21.link/LWG3482>`__","``drop_view``'s const begin should additionally require ``sized_range``","November 2020","|Complete|","14.0","|ranges|"
 "`3483 <https://wg21.link/LWG3483>`__","``transform_view::iterator``'s 
diff erence is overconstrained","November 2020","|Complete|","14.0","|ranges|"
 "","","","","",""


        


More information about the libcxx-commits mailing list