A little story

Tobias Pankrath tobias at pankrath.net
Sun Jun 24 20:50:44 PDT 2012


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
}






More information about the Digitalmars-d-learn mailing list