dbgVerifySorted is not nothrow

2015-11-08 Thread Panke via Digitalmars-d-learn
982): Error: template instance std.range.assumeSorted!(compare, RangeT!(Array!(P))) error instantiating tmp.d(10):instantiated from here: sort!(compare, cast(SwapStrategy)0, RangeT!(Array!(P))) What I don't understand is, why dbgVerifySorted has to be nothrow in the first pl

Re: dbgVerifySorted is not nothrow

2015-11-08 Thread BBaz via Digitalmars-d-learn
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.