https://d.puremagic.com/issues/show_bug.cgi?id=11887
Summary: Assertion failure: '0' on line 1288 in file 'glue.c'
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Felix Hufnagel <[email protected]> 2014-01-09 14:27:26
PST ---
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);
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------