New hash
Andrej Mitrovic
andrej.mitrovich at gmail.com
Fri Mar 23 22:50:12 PDT 2012
On 3/24/12, H. S. Teoh <hsteoh at quickfur.ath.cx> wrote:
> OK, I found that your template doesn't handle the case where the key
> type is an AA.
Heh, yeah, I've never used hashes as key types before.
> However, one case remains unsolved: either I can't find the right way to
> express this, or the new AA template needs fixing:
>
> AA!(string[const AA!(int[int])]) meta;
Not sure why are you combining old and new syntax in there? Is this
what you wanted?:
AA!(string[const int[int]]) meta;
More information about the Digitalmars-d
mailing list