[Issue 24573] qualified identifiers confuse IFTI

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 29 12:30:04 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24573

--- Comment #1 from basile-z <b2.temp at gmx.com> ---
The error message is

> Error: undefined identifier `T`

It's probable that IFTI actually works but when the time comes to run the
semantics of
`m.Tuple!T`, the scope used is wrong.

--


More information about the Digitalmars-d-bugs mailing list