[Issue 14127] @trusted functions in std.array present unsafe interfaces

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Feb 5 02:25:19 PST 2015


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

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
I actually added some @trusted lambdas to enclose unsafe operations to make
Appender usable in @safe code. But at least they would not do actual unsafe
behavior because Appender manages memory pointer and its valid size.

--


More information about the Digitalmars-d-bugs mailing list