-- Kind Regards Benjamin Thaut
I want to have a mutable reference to a const object. So that I can
reasign the reference but can not modifiy the object. Is this possible
in D 2.0? I found tailconst in the const FAQ but as it is not
implemented in D 2.0 I'm clueless how to realize this.
- mutable reference to const object Benjamin Thaut
- Re: mutable reference to const object Jonathan M Davis
- Re: mutable reference to const object Denis Koroskin
- Re: mutable reference to const object Jesse Phillips
- Re: mutable reference to const object Jonathan M Davis
- Re: mutable reference to const object Steven Schveighoffer
