[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 andrej.mitrov...@gmail.com --- (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:

[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 andrej.mitrov...@gmail.com --- (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

[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 k.hara...@gmail.com changed: What|Removed |Added Version|D1 D2 |D1

[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 andrej.mitrov...@gmail.com --- (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

[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 k.hara...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) It's not fixed: http://dpaste.dzfl.pl/734b3b884325 It's using 2.065. --