https://issues.dlang.org/show_bug.cgi?id=9626
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #4 from RazvanN <[email protected]> --- This has been fixed. Currently, for the bug report I get: test.d(5): Error: none of the overloads of template `std.algorithm.sorting.sort` are callable using argument types `!()(DList!int)` ../phobos/std/algorithm/sorting.d(1925): Candidate is: `sort(alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable, Range)(Range r)` with `less = "a < b", ss = SwapStrategy.unstable, Range = DList!int` must satisfy one of the following constraints: ` hasSwappableElements!Range hasAssignableElements!Range ss != SwapStrategy.unstable` --
