
-----Original Message----- From: Boost <boost-bounces@lists.boost.org> On Behalf Of Peter Dimov via Boost Sent: Mittwoch, 7. März 2018 00:40 To: boost-devel <boost@lists.boost.org> Cc: Peter Dimov <lists@pdimov.com> Subject: [boost] VS 2017 15.6 released, _MSC_VER=1913...
... and Boost.Config once again warns:
1>c:\boost-git\develop\boost\config\compiler\visualc.hpp(349): note: Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an updated Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
Maybe we should display this only on 1920 and above, as I suggested last time? :-)
Yes please! With these frequent _MSC_VER bumps, anyone who cares about compiler messages has no option but to define the above macro. Marcel