[Issue 526] New: Segmentation fault when use typetuple in template argument
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 15 19:36:52 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=526
Summary: Segmentation fault when use typetuple in template
argument
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: lovesyao at hotmail.com
import std.typetuple;
template test(TypeTuple!(uint,ulong) tuple){
}
--
More information about the Digitalmars-d-bugs
mailing list