Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling with Visual Studio 2017 (latest build) #207

Closed
ajtruckle opened this issue Jan 10, 2018 · 2 comments
Closed

Compiling with Visual Studio 2017 (latest build) #207

ajtruckle opened this issue Jan 10, 2018 · 2 comments

Comments

@ajtruckle
Copy link

I get this compiler warning:

5>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.

I am using the latest version of Boost. VS2017 is 15.5.3. How do I fix?

Thanks.

@jzmaddock
Copy link
Collaborator

Yup, the last Boost version and msvc 15.5.3 were released at about the same time, so we didn't manage to get the many updates tested and in that release.
You can either:

  • Do as the message suggests and define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE. Everything will work just fine, but some features which could be enabled for 15.5 will still be disabled as they were in 15.4.
  • Download the zip file of Boost.Config develop and replace boost-root/boost/config with the files under include/boost/config in the zip.

@wtom76
Copy link

wtom76 commented Apr 3, 2018

Download the zip file of Boost.Config develop and replace boost-root/boost/config with the files under include/boost/config in the zip.

and revert config-develop\include\boost\version.hpp to version 66?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants