0

I downloaded Boost 1.63.0 and tried building it with my newly installed Visual Studio 2017 but there is no way it works! It compiles with the Visual Studio 2015 compiler instead.

Let me be more clear. I have both Visual Studio 2015 Update 3 and Visual Studio 2017 installed in my laptop. I open a command prompt with the environment set for the 2017 compiler (which is version 15.0).

Then I execute:

b2 --layout=versioned --with-chrono

but it uses version 14.0 (toolset=msvc-14.0) instead of version 15.0...

Thanks! Juan Dent

Juan Dent
  • 439
  • 2
  • 6
  • 14
  • Possible duplicate of [Build boost with msvc 14.1 ( VS2017 RC)](http://stackoverflow.com/questions/41464356/build-boost-with-msvc-14-1-vs2017-rc) – Dan Mašek Mar 08 '17 at 21:33
  • 1
    Boost does not currently support 2017. It's being discussed on the boost-dev list. – Cory Nelson Mar 08 '17 at 23:54

0 Answers0