[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 8 18:54:42 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=13054
Stanislav Blinov <stanislav.blinov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stanislav.blinov at gmail.com
--- Comment #3 from Stanislav Blinov <stanislav.blinov at gmail.com> ---
Nowadays schwartzSort infers nothrow @safe and @nogc, but not pure as it seems
to rely on its own "trustedMalloc" and "trustedFree" instead of
core.memory.pure{Malloc,Free}.
--
More information about the Digitalmars-d-bugs
mailing list