File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Libc++ provides implementations of some experimental features. Experimental feat
5858are either Technical Specifications (TSes) or official features that were voted to
5959the C++ standard but whose implementation is not complete or stable yet in libc++.
6060Those are disabled by default because they are neither API nor ABI stable. However,
61- users can use the ``-fexperimental-library `` compiler flag to turn those features on.
61+ users can enable the ``-fexperimental-library `` compiler flag to turn those features on.
6262
6363On compilers that do not support the ``-fexperimental-library `` flag (such as GCC),
6464users can define the ``_LIBCPP_ENABLE_EXPERIMENTAL `` macro and manually link against
You can’t perform that action at this time.
0 commit comments