← Back to index
|
Original Bugzilla link
Bug 11887 – Assertion failure: '0' on line 1288 in file 'glue.c'
Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-09T14:27:00Z
Last change time
2014-01-09T17:13:41Z
Assigned to
nobody
Creator
puremagic
Comments
Comment #0
by puremagic — 2014-01-09T14:27:26Z
Assertion failure: '0' on line 1288 in file 'glue.c'
http://dpaste.dzfl.pl/93db1a20
import std.stdio; import std.typetuple; struct A { } struct B { } alias Components = TypeTuple!(A, B); void main() { Components[uint] aa; aa.remove(4); }
Comment #1
by k.hara.pg — 2014-01-09T17:13:41Z
*** This issue has been marked as a duplicate of issue 11404 ***