Why D const is annoying

Timon Gehr timon.gehr at gmx.ch
Wed May 2 01:33:04 PDT 2012


On 05/02/2012 10:26 AM, Jonathan M Davis wrote:
> All of that might hold if the compiler could actually make optimizations based
> on the knowledge that an integer wouldn't overflow. But what optimizations
> could it make?
>

x+1 > x ==> true


More information about the Digitalmars-d mailing list