[Issue 14136] std.uni.utfMatcher breaks @safety

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 7 10:53:56 PDT 2016


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

--- Comment #3 from David Nadlinger <code at klickverbot.at> ---
match() is just one of a number of @trusted range functions in that module (see
e.g. the declarations immediately surrounding it). This example is just to
illustrate that this indeed leads to a real problem with safety.

Careful auditing of the use of @trusted in the module will be required to fully
resolve this issue.

--


More information about the Digitalmars-d-bugs mailing list