[Issue 13374] Wrong template overload resolution when passing function to alias/string parameter

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 24 17:42:19 PDT 2014


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

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
> But even if x took no arguments and returned a string, there needs to be a way
> to pass the function by alias, not by its evaluation result.

Even with -property, the compiler still attempts to evaluate it while
complaining that "Error: not a property x".

--


More information about the Digitalmars-d-bugs mailing list