[Issue 12111] Cannot pull a function template into an overload set

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 11 20:57:41 PDT 2015


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

--- Comment #2 from Nick Sabalausky <cbkbbejeap at mailinator.com> ---
Better workaround, just change:

alias foo = b.foo;

to

alias foo() = b.foo;

I'm no longer certain whether or not this is actually a bug.

--


More information about the Digitalmars-d-bugs mailing list