October 09, 2007 [Issue 1562] New: Deduction of template alias parameter fails | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1562 Summary: Deduction of template alias parameter fails Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: bugzilla@digitalmars.com // Should compile on 1.0 and 2.0; does not: template Foo(T : S!(T), alias S) { alias int Foo; } struct Struct(T) { } void main() { Foo!(Struct!(int)) f; } -- |
November 04, 2007 [Issue 1562] Deduction of template alias parameter fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1562 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-11-03 21:48 ------- Fixed dmd 1.023 -- |
Copyright © 1999-2021 by the D Language Foundation