Skip to content

Commit 06bb6c8

Browse files
authored
[libc++] Document experimental features in the library (#65994)
Fixes #65125
1 parent b2f1a1b commit 06bb6c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libcxx/docs/UsingLibcxx.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ the Standard but whose implementation is not complete or stable yet in libc++. T
4343
are disabled by default because they are neither API nor ABI stable. However, the
4444
``-fexperimental-library`` compiler flag can be defined to turn those features on.
4545

46+
The following features are currently considered experimental and are only provided
47+
when ``-fexperimental-library`` is passed:
48+
49+
* The parallel algorithms library (``<execution>`` and the associated algorithms)
50+
* ``std::stop_token``, ``std::stop_source`` and ``std::stop_callback``
51+
* ``std::chrono::tzdb`` and related time zone functionality
52+
4653
.. warning::
4754
Experimental libraries are experimental.
4855
* The contents of the ``<experimental/...>`` headers and the associated static

0 commit comments

Comments
 (0)