summaryrefslogtreecommitdiffstats
path: root/libcxx/include/version
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-11-14 08:54:23 -0500
committerLouis Dionne <ldionne@apple.com>2019-11-14 08:55:19 -0500
commit8b77a3a0f4ef8c2cda3a0437fe54e2c2ecef1b17 (patch)
tree6fbb269c420373635ce5159cfc0e575f074b0e1f /libcxx/include/version
parentf9dd03b135d7c40733bc1eaccde7c690f00be9e2 (diff)
downloadbcm5719-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/include/version')
-rw-r--r--libcxx/include/version2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/version b/libcxx/include/version
index fe9cfed876b..2abc71e0f38 100644
--- a/libcxx/include/version
+++ b/libcxx/include/version
@@ -43,6 +43,7 @@ __cpp_lib_constexpr_misc 201811L <array> <functio
__cpp_lib_constexpr_swap_algorithms 201806L <algorithm>
__cpp_lib_destroying_delete 201806L <new>
__cpp_lib_enable_shared_from_this 201603L <memory>
+__cpp_lib_endian 201907L <bit>
__cpp_lib_erase_if 201811L <string> <deque> <forward_list>
<list> <vector> <map>
<set> <unordered_map> <unordered_set>
@@ -223,6 +224,7 @@ __cpp_lib_void_t 201411L <type_traits>
# if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L
# define __cpp_lib_destroying_delete 201806L
# endif
+# define __cpp_lib_endian 201907L
# define __cpp_lib_erase_if 201811L
// # define __cpp_lib_generic_unordered_lookup 201811L
# define __cpp_lib_interpolate 201902L
OpenPOWER on IntegriCloud