Boost logo

Boost Users :

Subject: Re: [Boost-users] Building Boost 1.70 with VS2019?
From: Dan Bloomquist (boost_at_[hidden])
Date: 2019-04-19 17:10:32


Osman Zakir via Boost-users wrote:
> Thanks for the reply.
>
> So I leave the configuration file as it is and just say when running
> b2 that I want MSVC version 14.2?

I've just built for v142 and v140. By just running b2, no options, the
latest compiler will be used. v142.
Then to build for v141 in your case:
.\b2 toolset=msvc-14.1

All the files will land in $(BOOST_ROOT)/stage/lib
And that is fine. The boost headers will link according the compiler you
choose for your projects.

Best, Dan.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net