predefined version for "nogc" option

Kagamin spam at here.lot
Thu Sep 5 08:02:15 UTC 2019


At least

void f() @nogc
{
     static assert(__traits(compiles,new int));
}

fails


More information about the digitalmars-d-ldc mailing list