[Issue 17223] Inconsistency between opDispatch explicit/implicit usage
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 16 15:41:15 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=17223
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
I get the same error message:
test.d(8): Error: undefined identifier `this`, did you mean alias `this_`?
test.d(13): Error: template instance `test.S.opDispatch!"B"` error
instantiating
and
test.d(8): Error: undefined identifier `this`, did you mean alias `this_`?
test.d(14): Error: template instance `test.S.opDispatch!"B"` error
instantiating
So this seems to be fixed.
--
More information about the Digitalmars-d-bugs
mailing list