Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks

This commit is contained in:
Berni 2019-09-29 16:57:39 +02:00
parent 4b125d87c0
commit 58c3a75738
2 changed files with 98 additions and 49 deletions

View file

@ -1954,7 +1954,7 @@ if (((ss == SwapStrategy.unstable && (hasSwappableElements!Range ||
// This should get smaller with time. On occasion it may go larger, but only
// if there's thorough justification.
debug enum uint watermark = 1676280;
debug enum uint watermark = 1676220;
else enum uint watermark = 1676220;
import std.conv;