Skip to content

Commit 3e26690

Browse files
committed
[libc++] Add missing std::ranges::join_view to the list of experimental features
1 parent 928c9d6 commit 3e26690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/docs/UsingLibcxx.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ when ``-fexperimental-library`` is passed:
4949
* The parallel algorithms library (``<execution>`` and the associated algorithms)
5050
* ``std::stop_token``, ``std::stop_source`` and ``std::stop_callback``
5151
* ``std::chrono::tzdb`` and related time zone functionality
52+
* ``std::ranges::join_view``
5253

5354
.. warning::
5455
Experimental libraries are experimental.

0 commit comments

Comments
 (0)