[Issue 13936] groupBy must be redone
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jan 14 17:46:57 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13936
--- Comment #44 from hsteoh at quickfur.ath.cx ---
I didn't look further into it, but the current groupBy code was inferred
nothrow, but the new code was inferred as throwing, so the nothrow unittests
refused to compile. The compiler error indicated that it was the RefCounted
ctor/dtor that broke nothrow.
--
More information about the Digitalmars-d-bugs
mailing list