You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I get this compiler warning:
I am using the latest version of Boost. VS2017 is 15.5.3. How do I fix?
Thanks.
The text was updated successfully, but these errors were encountered: