[Issue 12661] [REG2.066a] std.regex with -debug causes linker errors
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Apr 27 11:14:53 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12661
--- Comment #5 from jiki at red.email.ne.jp ---
Finally, I found that std.range.SortedRange.this() breaks the nothrow-ability.
It holds a number of debug statements and some of them may throw.
Therefore, attributes don't match when -debug added.
But I cannot understand why older revisions do work.
--
More information about the Digitalmars-d-bugs
mailing list