id summary reporter owner description type status milestone component version severity resolution keywords cc 9351 missing precompiler define for vc120 in auto_link.hpp jamminbean@… John Maddock "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""" Bugs closed To Be Determined config Boost 1.53.0 Problem worksforme