diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-09-12 19:41:40 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-09-12 19:41:40 +0000 |
| commit | f56972e22489c92028e5147344ab8b31b0b4fed5 (patch) | |
| tree | 1b8db08c4b4b7c9af60308554e38e84655330228 /libcxx/include/string | |
| parent | 956ff0f8bf8c0eaea965056fb97a2a592ebdd1d0 (diff) | |
| download | bcm5719-llvm-f56972e22489c92028e5147344ab8b31b0b4fed5.tar.gz bcm5719-llvm-f56972e22489c92028e5147344ab8b31b0b4fed5.zip | |
Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955
llvm-svn: 342073
Diffstat (limited to 'libcxx/include/string')
| -rw-r--r-- | libcxx/include/string | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/string b/libcxx/include/string index 162e54058c4..c79164cb232 100644 --- a/libcxx/include/string +++ b/libcxx/include/string @@ -510,6 +510,7 @@ basic_string<char32_t> operator "" s( const char32_t *str, size_t len ); // C++1 #include <type_traits> #include <initializer_list> #include <__functional_base> +#include <version> #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS #include <cstdint> #endif |

