← Back to index
|
Original Bugzilla link
Bug 11404 – ICE on using TypeTuple for AA values
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-10-31T13:03:00Z
Last change time
2014-01-09T17:13:42Z
Keywords
ice, pull
Assigned to
nobody
Creator
agustin.l.alvarez
Comments
Comment #0
by agustin.l.alvarez — 2013-10-31T13:03:51Z
Using TypeTuple as value in an associative array won't work. Example: TypeTuple!(int, int)[string] my_map;
Comment #1
by k.hara.pg — 2013-11-02T06:10:51Z
ICE on using TypeTuple for AA values
Comment #2
by k.hara.pg — 2013-11-02T06:12:01Z
https://github.com/D-Programming-Language/dmd/pull/2707
Comment #3
by github-bugzilla — 2013-11-03T07:15:29Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/a22e95e0e8f666001f8a67a61f231f94fca71217
fix Issue 11404 - ICE on using TypeTuple for AA values
https://github.com/D-Programming-Language/dmd/commit/4047a61792e5226bea796ce36db26af0aa919494
Merge pull request #2707 from 9rnsr/fix11404 Issue 11404 - ICE on using TypeTuple for AA values
Comment #4
by k.hara.pg — 2014-01-09T17:13:42Z
*** Issue 11887 has been marked as a duplicate of this issue. ***