Hmm - about manifest/enum

Steven Schveighoffer schveiguy at yahoo.com
Mon Dec 31 07:38:24 PST 2007


"Walter Bright" wrote
> Derek Parnell wrote:
>> Does the scheme allow a mutable pointer to immutable data? ?? (const 
>> int)* p
>
> Yes:
> const(int)* p;

Except in the case of class references, right?  I find this to be the most 
unacceptable ommision.

-Steve 





More information about the Digitalmars-d mailing list