On 12/4/2014 3:21 AM, "Marc Schütz" <schue...@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-@safe code?
To interface to code that presents a safe interface, but does things under the hood that can't be verified.