Boost logo

Boost :

Subject: Re: [boost] [release] 1.64.0 please test master snapshot..
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-16 21:59:42


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".


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk