On Fri, Dec 15, 2017 at 11:22 AM, Marcel Raad
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Olaf van der Spek via Boost Sent: Donnerstag, 14. Dezember 2017 16:11 To: boost@lists.boost.org Cc: Olaf van der Spek
; boost-users@lists.boost.org Subject: Re: [boost] [release] Boost 1.66.0 Release Candidate 2 On Thu, Dec 14, 2017 at 2:03 PM, Daniel James via Boost
wrote: As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
"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." generates so much noise, could it be suppressed for 15.5 if the updates to config can't be included?
The message itself tells a trivial way to suppress it - so I don't see any problem?
Documentation is not a solution. ;) And looking for an updateD Boost version returns 404. On one hand it's a non-issue, on the other it's an issue that shouldn't have been there. One could define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE but then project files have to be updated.. and after some time you have to remember to remove the define again. -- Olaf