Nested associative arrays
Jacob Carlborg
doob at me.com
Sat Nov 13 07:50:12 PST 2010
On 2010-11-13 14:39, bearophile wrote:
> Jacob Carlborg:
>
>> module main;
>>
>> void main ()
>> {
>> auto tree = ["" : ["" : ""]];
>> }
>>
>> Using DMD 1.065 results in:
>>
>> Assertion failed: (0), function toExpression, file init.c, line 437.
>
> Please put it in Bugzilla if not already present :-)
>
> Bye,
> bearophile
Done: http://d.puremagic.com/issues/show_bug.cgi?id=5211
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list