Update last tested gcc version.

This commit is contained in:
jzmaddock
2018-07-31 19:50:31 +01:00
parent 9fd87d6d7d
commit 0a22b8dbed

View File

@ -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