From b0debf939720d2ab25e0e135c72601bbbf2861a4 Mon Sep 17 00:00:00 2001 From: Andrzej Wojtas <38528584+avjts@users.noreply.github.com> Date: Tue, 28 May 2024 13:41:25 +0200 Subject: [PATCH] Update BOOST_COMPILER_VERSION for msvc 19.4x --- include/boost/config/compiler/visualc.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index ce0fc15e3..2950a2a94 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -372,7 +372,7 @@ # define BOOST_COMPILER_VERSION 14.1 # elif _MSC_VER < 1930 # define BOOST_COMPILER_VERSION 14.2 -# elif _MSC_VER < 1940 +# elif _MSC_VER < 1950 # define BOOST_COMPILER_VERSION 14.3 # else # define BOOST_COMPILER_VERSION _MSC_VER @@ -385,8 +385,8 @@ #include // -// last known and checked version is 19.3x (VS2022): -#if (_MSC_VER >= 1940) +// last known and checked version is 19.4x (VS2022): +#if (_MSC_VER >= 1950) # if defined(BOOST_ASSERT_CONFIG) # error "Boost.Config is older than your current compiler version." # elif !defined(BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE)