[Issue 14389] The "(attributelist):" attribute notation scope of effect

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 2 01:36:13 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14389

--- Comment #7 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
quickfix:

class A {
@safe: // this will last forever
(nothrow): // and this will be reset on next `id:`
}

--


More information about the Digitalmars-d-bugs mailing list