diff --git a/include/boost/config/stdlib/libstdcpp3.hpp b/include/boost/config/stdlib/libstdcpp3.hpp index d1eeb3a8..22198836 100644 --- a/include/boost/config/stdlib/libstdcpp3.hpp +++ b/include/boost/config/stdlib/libstdcpp3.hpp @@ -389,9 +389,9 @@ extern "C" char *gets (char *__s); #if BOOST_LIBSTDCXX_VERSION >= 120000 // -// Unary function is now deprecated in C++17 and later: +// Unary function is now deprecated in C++11 and later: // -#if __cplusplus >= 201703L +#if __cplusplus >= 201103L #define BOOST_NO_CXX98_FUNCTION_BASE #endif #endif