diff options
author | Mark de Wever <koraq@xs4all.nl> | 2022-07-29 20:35:43 +0200 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2022-08-05 01:04:08 -0700 |
commit | 544ac3d2cc4daf6a0e121f72021f413ef9802fa7 (patch) | |
tree | 66ef0e1ac7e95255047a3b5f97f114b325a57075 /libcxx/docs | |
parent | 78059c7a19cd425651ec3c1b6ab3a5f0893b593f (diff) | |
download | llvm-544ac3d2cc4daf6a0e121f72021f413ef9802fa7.zip llvm-544ac3d2cc4daf6a0e121f72021f413ef9802fa7.tar.gz llvm-544ac3d2cc4daf6a0e121f72021f413ef9802fa7.tar.bz2 |
[libc++][format] Enables feature-test macro.
The macro is only enabled when the Clang is used with
-fexperimental-library.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D130792
(cherry picked from commit 679169b7dd74c6f9161353f07e716ec25e80d1b8)
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/FeatureTestMacroTable.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/FeatureTestMacroTable.rst b/libcxx/docs/FeatureTestMacroTable.rst index 7ab2d6c..9aa183a 100644 --- a/libcxx/docs/FeatureTestMacroTable.rst +++ b/libcxx/docs/FeatureTestMacroTable.rst @@ -234,7 +234,7 @@ Status ------------------------------------------------- ----------------- ``__cpp_lib_execution`` *unimplemented* ------------------------------------------------- ----------------- - ``__cpp_lib_format`` *unimplemented* + ``__cpp_lib_format`` ``202106L`` ------------------------------------------------- ----------------- ``__cpp_lib_generic_unordered_lookup`` ``201811L`` ------------------------------------------------- ----------------- |