https://issues.dlang.org/show_bug.cgi?id=10819
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|dmd |phobos --- Comment #11 from RazvanN <[email protected]> --- We now have traits(isSame) that can perform a primitive form of lambda function comparison. This can now be implemented in the opAssign of SortedRange so it's not a compiler issue anymore. Changing component to phobos. --
