Subject: [Boost-bugs] [Boost C++ Libraries] #9351: missing precompiler define for vc120 in auto_link.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-07 08:36:43
#9351: missing precompiler define for vc120 in auto_link.hpp
--------------------------+------------------------------
Reporter: jamminbean@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.53.0
Severity: Problem | Keywords:
--------------------------+------------------------------
The 1.53.0 version tries to link to vc110 libraries when compiled for
vc120, because some lines are missing in the auto_link.hpp:
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1800)
// vc11:
# define BOOST_LIB_TOOLSET "vc110"
# elif defined(BOOST_MSVC)
// vc12:
# define BOOST_LIB_TOOLSET "vc120"
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9351> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC