Depending on what toolset you're using you may well find that VC tells you that 
Minimal Rebuild (/Gm) is now deprecated.  I've just looked at MS docs, which 
also say it's deprecated.
In a lot of projects recently I've been having to turn off Minimal Rebuild and 
Function-Level Linking (actually setting them to "inherit from parent or 
project defaults", which removes the setting from the vcxproj file).
I too have had it set since forever, but it may not even have been doing what I 
thought it did, so it may be no great loss.

Regards,
Richard.

> -----Original Message-----
> From: Boost-users <boost-users-boun...@lists.boost.org> On Behalf Of
> John Emmas via Boost-users
> Sent: 24 June 2021 11:45
> To: boost-users@lists.boost.org
> Cc: John Emmas <j...@creativepost.co.uk>
> Subject: Re: [Boost-users] MSVC compiler error with boost ver 1.71
> 
> Caution! External email. Do not open attachments or click links, unless this
> email comes from a known sender and you know the content is safe.
> 
> On 24/06/2021 07:56, John Emmas wrote:
> >
> > Huge thanks for trying this. I'm using the IDE and my VS version is
> > currently 16.10.2
> >
> 
> I've just had a major breakthrough with this... after some further
> experiments this morning I've realised that the error only occurs if I set the
> following IDE property to "Yes"
> 
>      Configuration Properties->C++->Code Generation->Enable Minimal
> Rebuild
> 
> Setting it to "No" fixes the compile problem - but having said that...
> for Debug builds I've had it set to "Yes" right back since the days of
> VS2005 and this is the first time it's ever caused any problem (but at least I
> now know there's a workaround...)
> 
> I suspect this'll turn out to be an issue with VS2019 rather than with 
> libboost -
> so I've reported it to the VS Development Community. Fingers crossed!!
> 
> John
> _______________________________________________
> Boost-users mailing list
> Boost-users@lists.boost.org
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.b
> oost.org%2Fmailman%2Flistinfo.cgi%2Fboost-
> users&amp;data=04%7C01%7Crichard.kerry%40atos.net%7C485f2833c7f94dc
> 2591b08d936fd3ea1%7C33440fc6b7c7412cbb730e70b0198d5a%7C0%7C0%7C
> 637601283573704304%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwM
> DAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata
> =flfigMPyLZQHSLemciBAZjxP1Ta%2BqLkibgZLO9%2Bzokc%3D&amp;reserved
> =0

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to