[libcxx-commits] [PATCH] D142494: [libc++][NFC] update Release Notes and Range Status for the completion of C++20 ranges

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 24 11:06:42 PST 2023


huixie90 created this revision.
huixie90 added reviewers: ldionne, var-const.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142494

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/RangesViews.csv


Index: libcxx/docs/Status/RangesViews.csv
===================================================================
--- libcxx/docs/Status/RangesViews.csv
+++ libcxx/docs/Status/RangesViews.csv
@@ -12,7 +12,7 @@
 C++20,`drop <https://wg21.link/P1035R7>`_,Zoe Carver,`D102037 <https://llvm.org/D102037>`_,✅
 C++20,`drop_while <https://wg21.link/P1035R7>`_,Hui Xie,`D135460 <https://llvm.org/D135460>`_,✅
 C++20,`join <https://wg21.link/P0896R4>`_,Zoe Carver,`D107671 <https://llvm.org/D107671>`_,✅
-C++20,`split <https://wg21.link/P2210R2>`_,Unassigned,No patch yet,Not started
+C++20,`split <https://wg21.link/P2210R2>`_,Hui Xie,`D142063 <https://llvm.org/D142063>`_,✅
 C++20,`lazy_split <https://wg21.link/P0896R4>`_,Zoe Carver and Konstantin Varlamov,`D107500 <https://llvm.org/D107500>`_,✅
 C++20,`counted <https://wg21.link/P0896R4>`_,Zoe Carver,`D106923 <https://llvm.org/D106923>`_,✅
 C++20,`common <https://wg21.link/P0896R4>`_,Zoe Carver,`D105753 <https://llvm.org/D105753>`_,✅
Index: libcxx/docs/ReleaseNotes.rst
===================================================================
--- libcxx/docs/ReleaseNotes.rst
+++ libcxx/docs/ReleaseNotes.rst
@@ -42,8 +42,8 @@
 main improvements are additional formatters for the chrono calendar types. Work
 on formatting ranges has started.
 
-The C++20 ranges library has been completed and is no longer experimental. Some
-``views`` have not been implemented yet. Work on C++23 ranges has started.
+The C++20 ranges library has been completed (including all C++20 ``views``) and 
+is no longer experimental. Work on C++23 ranges has started.
 
 The C++20 spaceship operator has been added to more types, the work is still
 ongoing.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142494.491856.patch
Type: text/x-patch
Size: 1691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230124/fdd22ea4/attachment.bin>


More information about the libcxx-commits mailing list