From 6fe7117b2e43089fdca4a9ec8dfae9b3900635e4 Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Thu, 4 Apr 2019 18:58:33 -0500 Subject: [PATCH] vc142 auto lib --- include/boost/config/auto_link.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index 85a037d4..d0079d9b 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -173,11 +173,16 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. // vc14: # define BOOST_LIB_TOOLSET "vc140" -# elif defined(BOOST_MSVC) +# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1920) // vc14.1: # define BOOST_LIB_TOOLSET "vc141" +# elif defined(BOOST_MSVC) + + // vc14.2: +# define BOOST_LIB_TOOLSET "vc142" + # elif defined(__BORLANDC__) // CBuilder 6: