Fantastic exchange from DConf
Steven Schveighoffer via Digitalmars-d
digitalmars-d at puremagic.com
Fri May 19 09:41:24 PDT 2017
On 5/19/17 12:29 PM, Timon Gehr wrote:
> On 19.05.2017 17:12, Steven Schveighoffer wrote:
>>
>> I mean libraries which only contain @safe and @system calls.
>>
>> i.e.:
>>
>> $ grep -R '@trusted' libsafe | wc -l
>> 0
>
> mixin("@"~"trusted void nasty(){ corruptAllTheMemory(); }");
Yeah. There's that. But I think we're OK even with that loophole :)
-Steve
More information about the Digitalmars-d
mailing list