Searched refs:PW_CXX_STANDARD_IS_SUPPORTED (Results 1 – 4 of 4) sorted by relevance
34 static_assert(PW_CXX_STANDARD_IS_SUPPORTED(98), "C++98 must be supported");35 static_assert(PW_CXX_STANDARD_IS_SUPPORTED(11), "C++11 must be supported");38 static_assert(PW_CXX_STANDARD_IS_SUPPORTED(14), "C++14 must be not supported");40 static_assert(!PW_CXX_STANDARD_IS_SUPPORTED(14), "C++14 must be supported");44 static_assert(PW_CXX_STANDARD_IS_SUPPORTED(17), "C++17 must be not supported");46 static_assert(!PW_CXX_STANDARD_IS_SUPPORTED(17), "C++17 must be supported");
17 #define PW_CXX_STANDARD_IS_SUPPORTED(std) \ macro20 #define PW_CXX_STANDARD_IS_SUPPORTED(std) (0 >= _PW_CXX_STANDARD_##std()) macro
31 #if PW_CXX_STANDARD_IS_SUPPORTED(17)112 #if PW_CXX_STANDARD_IS_SUPPORTED(17)185 #if PW_CXX_STANDARD_IS_SUPPORTED(17)248 #if PW_CXX_STANDARD_IS_SUPPORTED(17) in CurrentTestExpect()299 #if PW_CXX_STANDARD_IS_SUPPORTED(17)399 #if PW_CXX_STANDARD_IS_SUPPORTED(17)
128 #if PW_CXX_STANDARD_IS_SUPPORTED(17) in ShouldRunTest()