From: Richard Smith Date: Fri, 13 Apr 2012 03:39:16 +0000 (+0000) Subject: all-std-headers.cpp: Include the C++11 headers when building with clang X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3440f5898f39b8f0a86edfa38538716ba4f06cd;p=clang all-std-headers.cpp: Include the C++11 headers when building with clang in -std=gnu++11 mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154654 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/INPUTS/all-std-headers.cpp b/INPUTS/all-std-headers.cpp index 5f13b9d5e8..5b5f4eca97 100644 --- a/INPUTS/all-std-headers.cpp +++ b/INPUTS/all-std-headers.cpp @@ -52,7 +52,7 @@ #include #include -#if __cplusplus >= 201103 +#if __cplusplus >= 201103 || defined(__GXX_EXPERIMENTAL_CXX0X__) #include #if __has_include() #include