https://issues.dlang.org/show_bug.cgi?id=10706
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @burner updated dlang/phobos pull request #6795 "Fix Issue 10706 setops functions need to require SortedRanges" fixing this issue: - Fix Issue #10706 setops functions need to require SortedRanges https://issues.dlang.org/show_bug.cgi?id=10706 * largestPartialIntersection * largestPartialIntersectionWeighted * multiwayMerge * multiwayUnion * setDifference * setIntersection * setSymmetricDifference Now all require SortedRanges to be passed, as that is what they expect implicitly anyway. A new public symbol `isSortedRange` was added to std.range. Comment about usage with non SortedRange ranges Add `deprecated` for PR 6795 except on multiwayMerge & largestPartialIntersectionWeighted pragma msg because deprecated will not compile https://github.com/dlang/phobos/pull/6795 --
