[Issue 14145] opDispatch should be considered over UFCS

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 7 18:20:25 PST 2015


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

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator at gmail.com> ---
Not a bug (though a common mistake that the compiler offers zero help with) -
you forgot to import std.stdio, so the opDispatch didn't compile and that's why
it wasn't considered.

--


More information about the Digitalmars-d-bugs mailing list