[D-runtime] @safe and core.stdc.math

Alex Rønne Petersen xtzgzorex at gmail.com
Sat Jul 7 15:35:37 PDT 2012


Hi,

Can we mark core.stdc.math @safe or @trusted? It's kind of a pain at
the moment because std.math.exp() for non-x86 depends on
core.stdc.math.exp() which is not @safe.

Regards,
Alex


More information about the D-runtime mailing list