[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #5 from Andrej Mitrovic --- (In reply to Andrej Mitrovic from comment #4) > (In reply to Kenji Hara from comment #3) > > (In reply to Andrej Mitrovic from comment #2) > > > It's not fixed: > > > http://dpaste.dzfl.pl/734b3b884325 > > > >

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #4 from Andrej Mitrovic --- (In reply to Kenji Hara from comment #3) > (In reply to Andrej Mitrovic from comment #2) > > It's not fixed: > > http://dpaste.dzfl.pl/734b3b884325 > > It's using 2.065. Ah I'm soryr, I misread your comment a

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #3 from Kenji Hara --- (In reply to Andrej Mitrovic from comment #2) > It's not fixed: > http://dpaste.dzfl.pl/734b3b884325 It's using 2.065. --

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 --- Comment #2 from Andrej Mitrovic --- (In reply to Kenji Hara from comment #1) > (In reply to Andrej Mitrovic from comment #0) > > > Error: alias test.SInt recursive alias declaration > > This is a dup of 13204, and it's fixed from 2.066.1. It's

[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334 Kenji Hara changed: What|Removed |Added Version|D1 & D2 |D1 Summary|Forward reference error