diff options
author | Louis Dionne <ldionne@apple.com> | 2019-11-14 08:54:23 -0500 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-11-14 08:55:19 -0500 |
commit | 8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17 (patch) | |
tree | 6fbb269c420373635ce5159cfc0e575f074b0e1f /libcxx/docs | |
parent | f9dd03b135d7c40733bc1eaccde7c690f00be9e2 (diff) | |
download | bcm5719-llvm-8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17.tar.gz bcm5719-llvm-8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17.zip |
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Thanks to Marek Kurdej for the patch.
Differential Revision: https://reviews.llvm.org/D70221
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/FeatureTestMacroTable.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/docs/FeatureTestMacroTable.rst b/libcxx/docs/FeatureTestMacroTable.rst index 2200a998aa4..3dd00fabf62 100644 --- a/libcxx/docs/FeatureTestMacroTable.rst +++ b/libcxx/docs/FeatureTestMacroTable.rst @@ -20,7 +20,7 @@ Status .. table:: Current Status :name: feature-status-table :widths: auto - + ================================================= ================= Macro Name Value ================================================= ================= @@ -184,6 +184,8 @@ Status ------------------------------------------------- ----------------- ``__cpp_lib_destroying_delete`` ``201806L`` ------------------------------------------------- ----------------- + ``__cpp_lib_endian`` ``201907L`` + ------------------------------------------------- ----------------- ``__cpp_lib_erase_if`` ``201811L`` ------------------------------------------------- ----------------- ``__cpp_lib_generic_unordered_lookup`` *unimplemented* |