Fantastic exchange from DConf

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Fri May 19 09:35:00 PDT 2017


On Friday, 19 May 2017 at 16:29:59 UTC, 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(); }");

dmd -vcg-ast *.d



More information about the Digitalmars-d mailing list