DIP69 - Implement scope for escape proof references
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 4 12:25:23 PST 2014
On 12/4/2014 3:21 AM, "Marc Schütz" <schuetzm at gmx.net>" wrote:
>> Errors for scope violations are only reported in @safe code.
>
> Why? If I've explicitly designated a reference as scope, why should it be
> ignored in un- at safe code?
To interface to code that presents a safe interface, but does things under the
hood that can't be verified.
More information about the Digitalmars-d
mailing list