File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ the Standard but whose implementation is not complete or stable yet in libc++. T
43
43
are disabled by default because they are neither API nor ABI stable. However, the
44
44
``-fexperimental-library `` compiler flag can be defined to turn those features on.
45
45
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
+
46
53
.. warning ::
47
54
Experimental libraries are experimental.
48
55
* The contents of the ``<experimental/...> `` headers and the associated static
You can’t perform that action at this time.
0 commit comments