From 953114b284dcd7f415b3bbd749d043ba480ddf76 Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Thu, 16 Mar 2017 18:57:02 -0500 Subject: [PATCH] VS2017 version used in other places is vc1410 --- include/boost/config/auto_link.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index c71e8035..5e16f008 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -168,8 +168,8 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. # elif defined(BOOST_MSVC) - // vc14.1: -# define BOOST_LIB_TOOLSET "vc141" + // vc14.10: +# define BOOST_LIB_TOOLSET "vc1410" # elif defined(__BORLANDC__)