$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Version mismatch on develop
From: Peter Dimov (lists_at_[hidden])
Date: 2015-05-20 16:54:04
On the current develop, autolink wants to link to (for instance)
libboost_filesystem-vc80-mt-s-1_59.lib, but b2 builds
libboost_filesystem-vc80-mt-s-1_58.lib. That's because BOOST_VERSION has
been updated to 1.59 in boost/version.hpp, but is still 1.58 in Jamroot.