commit | f56972e22489c92028e5147344ab8b31b0b4fed5 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Wed Sep 12 19:41:40 2018 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Wed Sep 12 19:41:40 2018 +0000 |
tree | 1b8db08c4b4b7c9af60308554e38e84655330228 | |
parent | 956ff0f8bf8c0eaea965056fb97a2a592ebdd1d0 [diff] [blame] |
Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 llvm-svn: 342073
diff --git a/libcxx/include/memory b/libcxx/include/memory index de3f52d..276b3b7 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory
@@ -667,6 +667,7 @@ #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER) # include <atomic> #endif +#include <version> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header