Type Qualifiers and Wild Cards

Timon Gehr timon.gehr at gmx.ch
Tue Nov 8 16:11:13 PST 2011


On 11/08/2011 08:10 PM, Martin Nowak wrote:
> On Tue, 08 Nov 2011 02:08:27 +0100, Walter Bright
> <newshound2 at digitalmars.com> wrote:
>
>> http://drdobbs.com/blogs/cpp/231902461
>>
>> Anyone want to do the reddit honors?
>
> I personally find it much more astonishing that inout methods finally work.
>
> All of this with one method definition, without const_cast macros,
> without overload ambiguities
> but with transitive qualifier safety.
>

Actually, we don't have the transitive qualifier safety yet:

http://d.puremagic.com/issues/show_bug.cgi?id=6912

But it should be a fairly easy fix to do.


More information about the Digitalmars-d mailing list