summaryrefslogtreecommitdiffstats
path: root/libcxx/include/version
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-12-11 04:35:44 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-12-11 04:35:44 +0000
commit7dad0bd68bf780b08b70c02a3b88374abfa6c152 (patch)
treef3dc02cfe3636fcb6bea07d6eba9e0c80aa71c33 /libcxx/include/version
parent6368818fd572b49ecb062906ed4a379bca4447df (diff)
downloadbcm5719-llvm-7dad0bd68bf780b08b70c02a3b88374abfa6c152.tar.gz
bcm5719-llvm-7dad0bd68bf780b08b70c02a3b88374abfa6c152.zip
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
llvm-svn: 348828
Diffstat (limited to 'libcxx/include/version')
-rw-r--r--libcxx/include/version5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/include/version b/libcxx/include/version
index aca84f8edf0..5e758fce76e 100644
--- a/libcxx/include/version
+++ b/libcxx/include/version
@@ -30,6 +30,8 @@ __cpp_lib_bit_cast 201806L <bit>
__cpp_lib_bool_constant 201505L <type_traits>
__cpp_lib_boyer_moore_searcher 201603L <functional>
__cpp_lib_byte 201603L <cstddef>
+__cpp_lib_char8_t 201811L <atomic> <filesystem> <istream> <limits>
+ <locale> <ostream> <string> <string_view>
__cpp_lib_chrono 201611L <chrono>
__cpp_lib_chrono_udls 201304L <chrono>
__cpp_lib_clamp 201603L <algorithm>
@@ -114,6 +116,9 @@ __cpp_lib_void_t 201411L <type_traits>
#endif
#if _LIBCPP_STD_VER > 17
+#ifndef _LIBCPP_NO_HAS_CHAR8_T
+# define __cpp_lib_char8_t 201811L
+#endif
#endif
#endif // _LIBCPP_VERSIONH
OpenPOWER on IntegriCloud