[libcxx-commits] [libcxx] 3e26690 - [libc++] Add missing std::ranges::join_view to the list of experimental features

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 08:39:28 PDT 2023


Author: Louis Dionne
Date: 2023-09-12T11:39:17-04:00
New Revision: 3e266905f95545999a29309ed42cbd5a9f49ef01

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

LOG: [libc++] Add missing std::ranges::join_view to the list of experimental features

Added: 
    

Modified: 
    libcxx/docs/UsingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst
index 3c208a13ce3409e..83ddbaa3c8382fc 100644
--- a/libcxx/docs/UsingLibcxx.rst
+++ b/libcxx/docs/UsingLibcxx.rst
@@ -49,6 +49,7 @@ when ``-fexperimental-library`` is passed:
 * The parallel algorithms library (``<execution>`` and the associated algorithms)
 * ``std::stop_token``, ``std::stop_source`` and ``std::stop_callback``
 * ``std::chrono::tzdb`` and related time zone functionality
+* ``std::ranges::join_view``
 
 .. warning::
   Experimental libraries are experimental.


        


More information about the libcxx-commits mailing list