16 Mar
2017
16 Mar
'17
11:59 p.m.
On Thu, Mar 16, 2017 at 4:59 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote:
Beman Dawes wrote: ...
VS2017 is not yet working with master. When building the libraries it builds in the format "libboost_thread-vc1410-mt-1_64.lib", ...
After a pull on both,
C:\boost\develop\libs\config\include\boost\config\auto_link.hpp lines 171-172:
// vc14.1: # define BOOST_LIB_TOOLSET "vc141"
but C:\boost\master\libs\config\include\boost\config\auto_link.hpp lines 171-172:
// vc15: # define BOOST_LIB_TOOLSET "vc150"
IIUC, develop is correct, while master is out-of-date.
Looks like neither is correct; should be "vc1410".
I submitted a pull request against develop to change to this, which matches the library output. Tom