mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks
This commit is contained in:
parent
4b125d87c0
commit
58c3a75738
2 changed files with 98 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue