Re: dbgVerifySorted is not nothrow
On Sunday, 8 November 2015 at 08:05:41 UTC, Panke wrote: I've updated my compiler and ran into this regression: https://issues.dlang.org/show_bug.cgi?id=14981 [...] reopened.
dbgVerifySorted is not nothrow
I've updated my compiler and ran into this regression: https://issues.dlang.org/show_bug.cgi?id=14981 Code: --- import std.algorithm, std.container; void main() { static bool compare(P a, P b) { return a.curColumn < b.curColumn; } Array!P a = mak