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

Don Clugston dclugston at gmail.com
Sun Jul 8 00:13:20 PDT 2012


On 8 July 2012 00:35, Alex Rønne Petersen <xtzgzorex at gmail.com> wrote:
> 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.

Yes, hardly any of it is pure, but almost all is @trusted.


More information about the D-runtime mailing list