Go to the documentation of this file. 28 #ifndef _CXX17_WARNING_H 29 #define _CXX17_WARNING_H 1 31 #if __cplusplus <= 201402L 32 #error This file requires compiler and library support \ 33 for the ISO C++ 2017 standard. This support must be enabled \ 34 with the -std=c++17 or -std=gnu++17 compiler options.