On Sunday, 24 June 2012 at 21:52:36 UTC, bearophile wrote:
Just a recent little coding story.



Maybe you should post this to the main newsgroup.

I would prefer a switch that does this per scope, i.e:

void foo()
{
    pragma(check, int_overflow);
    // check only in this function
}




Reply via email to