[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance

2023-03-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer  changed:

   What|Removed |Added

 CC||simen.kja...@gmail.com

--- Comment #3 from Steven Schveighoffer  ---
*** Issue 20341 has been marked as a duplicate of this issue. ***

--


[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14484

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance

2022-10-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=20341

--


[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance

2018-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14484

Nick Treleaven  changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #2 from Nick Treleaven  ---
*** Issue 17773 has been marked as a duplicate of this issue. ***

--


[Issue 14484] IFTI doesn't work with TemplateThisParameter and inheritance

2015-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14484

Steven Schveighoffer schvei...@yahoo.com changed:

   What|Removed |Added

 CC||schvei...@yahoo.com

--- Comment #1 from Steven Schveighoffer schvei...@yahoo.com ---
Yes. It has something to do with the way it's called.

changing the line to 'this.f()' works (valid workaround).

calling f from outside the class works.

--