From 6611d453985f0967b768e222b0f95c81204f2654 Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Sun, 19 Mar 2017 08:48:11 -0500 Subject: [PATCH] Using 141 instead of 1410 --- 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 5e16f008..c71e8035 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.10: -# define BOOST_LIB_TOOLSET "vc1410" + // vc14.1: +# define BOOST_LIB_TOOLSET "vc141" # elif defined(__BORLANDC__)