all-std-headers.cpp: Include the C++11 headers when building with clang

in -std=gnu++11 mode.

llvm-svn: 154654
This commit is contained in:
Richard Smith 2012-04-13 03:39:16 +00:00
parent 32233a7c1a
commit 0a465bb28e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#include <valarray>
#include <vector>
#if __cplusplus >= 201103
#if __cplusplus >= 201103 || defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <array>
#if __has_include(<atomic>)
#include <atomic>