Re: simple question about UFCS and templates...wasFound(i) works but not i.wasFound()

2025-03-21 Thread Dennis via Digitalmars-d-learn
On Thursday, 20 March 2025 at 16:18:32 UTC, WhatMeWorry wrote: Yup. That was the problem. Thank you. You guys are a sharp. From dmd version 2.111, there will be a better error message in this case. https://github.com/dlang/dmd/pull/21046

Re: simple question about UFCS and templates...wasFound(i) works but not i.wasFound()

2025-03-21 Thread WhatMeWorry via Digitalmars-d-learn
On Friday, 21 March 2025 at 13:41:18 UTC, Dennis wrote: On Thursday, 20 March 2025 at 16:18:32 UTC, WhatMeWorry wrote: Yup. That was the problem. Thank you. You guys are a sharp. From dmd version 2.111, there will be a better error message in this case. https://github.com/dlang/dmd/pull/210