http://d.puremagic.com/issues/show_bug.cgi?id=7140
Summary: DMD hangs on isExpression with template default and
variadic parameter
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Simen Kjaeraas <[email protected]> 2011-12-20 00:46:51
PST ---
struct Bug(A, B = A, C...) {}
void main( ) {
static if ( is( Bug!int t == Bug!(A, B, C), A, B, C ) ) {}
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------