What guarantees does D 'const' provide, compared to C++?

Mehrdad wfunction at hotmail.com
Thu Aug 16 15:18:34 PDT 2012


> I remember being told many times that D's 'const' provides 
> stronger guarantees than C++'s 'const'.


I also remember being told that the compiler considers it UB to 
cast away const-ness in references, unlike in C++, which gives 
you more guarantees.

But I'm having trouble coming up with a pieces of source code 
that illustrate the issue.


More information about the Digitalmars-d mailing list