Nested associative arrays

bearophile bearophileHUGS at lycos.com
Sat Nov 13 05:39:05 PST 2010


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


More information about the Digitalmars-d-learn mailing list