diff --git a/include/boost/system/detail/error_code.hpp b/include/boost/system/detail/error_code.hpp index 18076cf..f92c5d7 100644 --- a/include/boost/system/detail/error_code.hpp +++ b/include/boost/system/detail/error_code.hpp @@ -29,7 +29,7 @@ # include #endif -#if defined(BOOST_GCC) && BOOST_GCC < 60000 +#if defined(BOOST_GCC) && BOOST_GCC < 70000 # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif