Implicit conversions for AA keys

Timon Gehr timon.gehr at gmx.ch
Sat Mar 24 04:37:20 PDT 2012


On 03/24/2012 12:34 PM, Timon Gehr wrote:
> else static if(is(T _ == shared(U),U)) alias const(getConstQual!U) r;

should be

else static if(is(T _ == shared(U),U)) alias 
shared(const(getConstQual!U)) r;

But it does not matter for the AA implementation because it only uses 
getConstQual with immutable key types.


More information about the Digitalmars-d mailing list