[Issue 12657] Regression (2.065): Running Phobos test-suite with -debug fails
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jun 20 09:35:47 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12657
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
The root issue is same with issue 12661.
When you specify -debug switch, SortedRange constructor had being changed to
non nothrow. The change was introducde in
https://github.com/D-Programming-Language/phobos/pull/2075, and now the
workaround https://github.com/D-Programming-Language/phobos/pull/2148 also
fixes this issue.
*** This issue has been marked as a duplicate of issue 12661 ***
--
More information about the Digitalmars-d-bugs
mailing list