[libcxx-commits] [PATCH] D141304: [libc++][doc] Updates the release	notes.
    Louis Dionne via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Jan 10 10:04:13 PST 2023
    
    
  
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Nice, thanks!
================
Comment at: libcxx/docs/ReleaseNotes.rst:46
+The C++20 ranges library has been completed and is no longer experimental. Some
+``view`` s  have not been implemented yet. Work on C++23 ranges has started.
+
----------------
================
Comment at: libcxx/docs/ReleaseNotes.rst:75
 - Implemented ``<memory_resource>`` header from C++17
+- Improved the performance of std::sort
 
----------------
Maybe add a link to the review?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141304/new/
https://reviews.llvm.org/D141304
    
    
More information about the libcxx-commits
mailing list