Go to the documentation of this file. 28 #ifndef _CXX14_WARNING_H 29 #define _CXX14_WARNING_H 1 31 #if __cplusplus <= 201103L 32 #error This file requires compiler and library support for the forthcoming \ 33 ISO C++ 2014 standard. This support is currently experimental, and must be \ 34 enabled with the -std=c++1y or -std=gnu++1y compiler options.