digitalmars.D.bugs - [Issue 1305] New: Compiler hangs with templated opCmp returning templated class
- d-bugmail puremagic.com (25/25) Jul 02 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1305
- d-bugmail puremagic.com (6/6) May 14 2009 http://d.puremagic.com/issues/show_bug.cgi?id=1305
- d-bugmail puremagic.com (9/9) May 14 2009 http://d.puremagic.com/issues/show_bug.cgi?id=1305
http://d.puremagic.com/issues/show_bug.cgi?id=1305 Summary: Compiler hangs with templated opCmp returning templated class Product: D Version: 1.017 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: clugdbug yahoo.com.au Also hangs with 1.018. -------------- class A(C) { A!(int) opCmp(T)(T x){ return null; } } void main() { A!(short) a; bool c = a > a; } --
Jul 02 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1305 --- Comment #1 from Don <clugdbug yahoo.com.au> 2009-05-14 01:36:58 PDT --- Fixed DMD1.045 and 2.030. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 14 2009
http://d.puremagic.com/issues/show_bug.cgi?id=1305 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 14 2009