[Issue 16206] traits getOverloads fails when one of the overload is a templatized function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 15 14:15:42 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=16206
Richard Manthorpe <rmanth at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |rmanth at gmail.com
Resolution|FIXED |---
--- Comment #5 from Richard Manthorpe <rmanth at gmail.com> ---
This was never fixed - the bug is to do with the order in which the template
and non-template overload are declared. If the template is declared last it is
fine (as in the DMD tests), otherwise there is a problem.
--
More information about the Digitalmars-d-bugs
mailing list