Getting the const-correctness of Object sorted once and for all

Mehrdad wfunction at hotmail.com
Sun May 13 19:57:56 PDT 2012


On Monday, 14 May 2012 at 02:48:20 UTC, Jonathan M Davis wrote:
> But that's just one of the costs of const in D.


The problem is that it's unavoidable.

i.e. you can't say "don't mark it as const if it isn't const", 
because, practically speaking, it's being forced onto the 
programmers by the language.


More information about the Digitalmars-d mailing list