From 354b02cd2bd8b4f3f38bd36a0611aabc72af6491 Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Thu, 21 Mar 2019 21:05:22 -0500 Subject: [PATCH] Tried with the latest RC --- include/boost/config/compiler/visualc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index c4cdb0ec..f1674099 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -348,7 +348,7 @@ #include // -// last known and checked version is 19.20.27404 (VC++ 2019 RC): +// last known and checked version is 19.20.27508 (VC++ 2019 RC3): #if (_MSC_VER > 1920) # if defined(BOOST_ASSERT_CONFIG) # error "Boost.Config is older than your current compiler version."