Go to the documentation of this file.
27 #ifndef _CXX0X_WARNING_H
28 #define _CXX0X_WARNING_H 1
30 #ifndef __GXX_EXPERIMENTAL_CXX0X__
31 #error This file requires compiler and library support for the upcoming \
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
33 enabled with the -std=c++0x or -std=gnu++0x compiler options.