diff options
Diffstat (limited to 'libstdc++-v3/include/c_compatibility/stdint.h')
-rw-r--r-- | libstdc++-v3/include/c_compatibility/stdint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/c_compatibility/stdint.h b/libstdc++-v3/include/c_compatibility/stdint.h index 32538c6c82b..b9f47fe2228 100644 --- a/libstdc++-v3/include/c_compatibility/stdint.h +++ b/libstdc++-v3/include/c_compatibility/stdint.h @@ -33,7 +33,7 @@ #include <bits/c++config.h> -#ifdef __GXX_EXPERIMENTAL_CXX0X__ +#if __cplusplus >= 201103L // For 8.22.1/1 (see C99, Notes 219, 220, 222) # if _GLIBCXX_HAVE_STDINT_H @@ -105,6 +105,6 @@ namespace std # include_next <stdint.h> # endif -#endif // __GXX_EXPERIMENTAL_CXX0X__ +#endif // C++11 #endif // _GLIBCXX_STDINT_H |