https://issues.dlang.org/show_bug.cgi?id=4936
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #7 from RazvanN <[email protected]> --- Right now the error is: Error: none of the overloads of template `std.algorithm.sorting.completeSort` are callable using argument types `!()(string[], string[])` Candidate is: `completeSort(alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable, Lhs, Rhs)(SortedRange!(Lhs, less) lhs, Rhs rhs)` So it is pointing the declaration and it can be observed that `foo` is not SortedRange. --
