Conversation
|
Some comments/questions:
Thanks. |
PR boostorg/build#167 should fix this
Now BB supports VS2017 if VS is installed to default path or you run Boost Build from "Developer Command Prompt for VS 2017".
It should be VS2017 and _MSC_VER=1910. I think @AndrewPardoe can help us verify this. |
|
VS2017 contains the VC 14.1 toolset, or vc141. Part of the confusion is that the compiler's internal version, 19.10, is five higher than the public version, 14.1. So _MSC_VER=1910, but the toolset is vc141. |
3e3cc74 to
fab948c
Compare
|
This is now addressed in develop. |
I think we should change VS2017 toolset name to vc141 before next Boost release.
Related to boostorg/build#167
/cc @AndrewPardoe