[Issue 12715] _compare_fp_t/qsort/bsearch C functions should be nothrow
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri May 9 02:22:27 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12715
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This is deliberate. The reason is to not break existing code. People shouldn't
have to go back and annotate code with 'nothrow' that was already working.
--
More information about the Digitalmars-d-bugs
mailing list