[Issue 17188] `core.stdc.stdlib.qsort()` is broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 8 13:50:59 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17188

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
The overload with a non-scope callback should also not pretend to not escape
the base pointer:

void    qsort(void* base, size_t nmemb, size_t size, _compare_fp_t compar);

--


More information about the Digitalmars-d-bugs mailing list