https://issues.dlang.org/show_bug.cgi?id=12661
--- Comment #9 from [email protected] --- (In reply to jiki from comment #8) > (In reply to jiki from comment #6) > > This patch is a workaround. > > https://github.com/D-Programming-Language/phobos/pull/2132 > > Rebased after some wrong operations. > https://github.com/D-Programming-Language/phobos/pull/2148 It has already merged. However, with -profile option, the mismatch sneaks back and causes another compile error. std\range.d(8359): Error: 'std.range.SortedRange!(NamedGroup[], "a.name < b.name").SortedRange.dbgVerifySorted' is not nothrow It isn't my bad. :-( --
