19 Apr
2019
19 Apr
'19
5:10 p.m.
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.