https://issues.dlang.org/show_bug.cgi?id=14742
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- How were you looking for the "target path" string? In any case, a rule that functions cannot become template functions would be extremely limiting. One way to avoid adding optional parameter breakage is to add an overload instead. But I suspect that would then break introspection code that is not expecting an overload. --
