[Issue 3709] Associative array of associative arrays gets confused

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3709

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|2.039   |D2

--


[Issue 3709] Associative array of associative arrays gets confused

2010-01-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3709


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #3 from Don clugd...@yahoo.com.au 2010-01-28 11:10:22 PST ---
This is the same as bug 3491, and the 3491 patch fixes it.

*** This issue has been marked as a duplicate of issue 3491 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3709] Associative array of associative arrays gets confused

2010-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3709


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Keywords||rejects-valid
 CC||clugd...@yahoo.com.au
Version|unspecified |2.039
 OS/Version|Mac OS X|All
   Severity|normal  |regression


--- Comment #2 from Don clugd...@yahoo.com.au 2010-01-27 07:10:17 PST ---
This is a regression: it worked in 2.035 and earlier.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3709] Associative array of associative arrays gets confused

2010-01-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3709


Leandro Lucarella llu...@gmail.com changed:

   What|Removed |Added

 CC||llu...@gmail.com


--- Comment #1 from Leandro Lucarella llu...@gmail.com 2010-01-15 15:23:58 
PST ---
You have a typo in the example code, right? in[int][int] a; should be
int[int][int] a;?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---