[Issue 3674] forward reference error with multiple overloads with same name

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3674 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.037 |D2 --

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #7 from Rainer Schuetze r.sagita...@gmx.de 2010-01-22 00:39:03 PST --- Thanks, it works now. This also fixes issue 3282 which is what happened if you did not use final to produce an error at compile time. See comments there for

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #5 from Eldar Insafutdinov e.insafutdi...@gmail.com 2010-01-21 13:37:38 PST --- When fixing this also make sure this testcase passes: public class IQGraphicsItem { public QGraphicsObject toGraphicsObject(); public

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #6 from Walter Bright bugzi...@digitalmars.com 2010-01-21 20:21:23 PST --- Changeset 344 for second problem. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #4 from Rainer Schuetze r.sagita...@gmx.de 2010-01-20 14:48:34 PST --- The current revision (342) now shows a different error, even with a slightly reduced test case: public class IQGraphicsItem { public QGraphicsObject

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 Eldar Insafutdinov e.insafutdi...@gmail.com changed: What|Removed |Added CC|

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Keywords||patch --- Comment