[Issue 20821] Aliased template method confuses overload resolution

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 12 05:28:08 UTC 2020


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

--- Comment #4 from Basile-z <b2.temp at gmx.com> ---
The alias is more like

  template fun()
  {
    alias fun = gun;
  }

to make the shortand syntax work this is how things must be lowered.

--


More information about the Digitalmars-d-bugs mailing list