https://issues.dlang.org/show_bug.cgi?id=16179
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #3 from [email protected] --- There is a fix. The nested static functions have to be moved out of the multiSort function (maybe as private module members), then it works. --
