6 Mar
2018
6 Mar
'18
11:46 p.m.
-----Original Message----- From: Boost
On Behalf Of Peter Dimov via Boost Sent: Mittwoch, 7. März 2018 00:40 To: boost-devel Cc: Peter Dimov 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