[libcxx-commits] [libcxx] [libc++][NFC] Mark LWG3477(Simplify constraints for `semiregular-box`) as `Nothing To Do` (PR #85399)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 15 06:29:27 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: None (yronglin)

<details>
<summary>Changes</summary>

We already implemented `movable-box` in https://reviews.llvm.org/D151629 as a part of  [P2494R2](https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2494r2.html) `Relaxing range adaptors to allow for move only types`.

---
Full diff: https://github.com/llvm/llvm-project/pull/85399.diff


1 Files Affected:

- (modified) libcxx/docs/Status/Cxx23Issues.csv (+1-1) 


``````````diff
diff --git a/libcxx/docs/Status/Cxx23Issues.csv b/libcxx/docs/Status/Cxx23Issues.csv
index e00345533b865d..a075b1c2921235 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","|Nothing To Do|","","|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 difference is overconstrained","November 2020","|Complete|","14.0","|ranges|"
 "","","","","",""

``````````

</details>


https://github.com/llvm/llvm-project/pull/85399


More information about the libcxx-commits mailing list