[libcxx-commits] [libcxx] 6b4bb10 - [libc++][ranges] Addresses LWG3759
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 6 10:31:49 PDT 2023
Author: Mark de Wever
Date: 2023-05-06T19:31:40+02:00
New Revision: 6b4bb103db37ec11507bf3f3fa26731bd16501a5
URL: https://github.com/llvm/llvm-project/commit/6b4bb103db37ec11507bf3f3fa26731bd16501a5
DIFF: https://github.com/llvm/llvm-project/commit/6b4bb103db37ec11507bf3f3fa26731bd16501a5.diff
LOG: [libc++][ranges] Addresses LWG3759
LWG3759 ranges::rotate_copy should use std::move
This has been one in the initial version (D127211).
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D142813
Added:
Modified:
libcxx/docs/Status/Cxx2bIssues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv
index 5ed62484f0407..95cc327b0d01e 100644
--- a/libcxx/docs/Status/Cxx2bIssues.csv
+++ b/libcxx/docs/Status/Cxx2bIssues.csv
@@ -214,7 +214,7 @@
"`3754 <https://wg21.link/LWG3754>`__","Class template expected synopsis contains declarations that do not match the detailed description", "November 2022","|Nothing to do|","",""
"`3755 <https://wg21.link/LWG3755>`__","``tuple-for-each`` can call ``user-defined`` ``operator,``", "November 2022","|Complete|","17.0",""
"`3757 <https://wg21.link/LWG3757>`__","What's the effect of ``std::forward_like<void>(x)``?", "November 2022","","",""
-"`3759 <https://wg21.link/LWG3759>`__","``ranges::rotate_copy`` should use ``std::move``", "November 2022","","","|ranges|"
+"`3759 <https://wg21.link/LWG3759>`__","``ranges::rotate_copy`` should use ``std::move``", "November 2022","|Complete|","15.0","|ranges|"
"`3760 <https://wg21.link/LWG3760>`__","``cartesian_product_view::iterator``'s ``parent_`` is never valid", "November 2022","","","|ranges|"
"`3761 <https://wg21.link/LWG3761>`__","``cartesian_product_view::iterator::operator-`` should pass by reference", "November 2022","","","|ranges|"
"`3762 <https://wg21.link/LWG3762>`__","``generator::iterator::operator==`` should pass by reference", "November 2022","","",""
More information about the libcxx-commits
mailing list