From 0a22b8dbed792b72b780f4b486ac51327b7db39e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 31 Jul 2018 19:50:31 +0100 Subject: [PATCH] Update last tested gcc version. --- include/boost/config/compiler/gcc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp index 19ccc592..5ae60ccd 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -346,8 +346,8 @@ # error "Compiler not configured - please reconfigure" #endif // -// last known and checked version is 7.1: -#if (BOOST_GCC_VERSION > 70100) +// last known and checked version is 8.1: +#if (BOOST_GCC_VERSION > 80100) # if defined(BOOST_ASSERT_CONFIG) # error "Boost.Config is older than your compiler - please check for an updated Boost release." # else