diff --git a/test/config_info.cpp b/test/config_info.cpp index 9725f246..c70ac930 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -1114,6 +1114,7 @@ void print_boost_macros() PRINT_MACRO(BOOST_STATIC_CONSTEXPR); PRINT_MACRO(BOOST_NOEXCEPT); PRINT_MACRO(BOOST_FORCEINLINE); + PRINT_MACRO(BOOST_NOINLINE); PRINT_MACRO(BOOST_FALLTHROUGH); }