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? :-)
-----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
On 7 March 2018 at 00:40, Peter Dimov via Boost
... 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? :-)
+1 Would it be also possible to include a minimal instruction in "Unknown compiler version - please run the configure tests and report the results" in how to such "run the configure tests"? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
On Wed, Mar 7, 2018 at 11:13 AM, Mateusz Loskot via Boost
On 7 March 2018 at 00:40, Peter Dimov via Boost
wrote: ... 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? :-)
+1
Would it be also possible to include a minimal instruction in "Unknown compiler version - please run the configure tests and report the results" in how to such "run the configure tests"?
How to report would be nice to know too. ;) -- Olaf
On 7 March 2018 at 11:20, Olaf van der Spek
On Wed, Mar 7, 2018 at 11:13 AM, Mateusz Loskot via Boost
wrote: On 7 March 2018 at 00:40, Peter Dimov via Boost
wrote: ... 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? :-)
+1
Would it be also possible to include a minimal instruction in "Unknown compiler version - please run the configure tests and report the results" in how to such "run the configure tests"?
How to report would be nice to know too. ;)
Although I assumed "to report" means go to https://github.com/boostorg/config and open an issue, but no-brainer instruction is always a winner :) Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
On 07/03/2018 10:13, Mateusz Loskot via Boost wrote:
On 7 March 2018 at 00:40, Peter Dimov via Boost
wrote: ... 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? :-) +1
Would it be also possible to include a minimal instruction in "Unknown compiler version - please run the configure tests and report the results" in how to such "run the configure tests"?
That message is a release out of date. In any case, I give in, message disabled. John. --- This email has been checked for viruses by AVG. http://www.avg.com
participants (5)
-
John Maddock
-
Marcel Raad
-
Mateusz Loskot
-
Olaf van der Spek
-
Peter Dimov