[Dlang-internal] 15th Planning (national congress edition)

Walter Bright via Dlang-internal dlang-internal at puremagic.com
Wed Nov 9 16:26:59 PST 2016


On 11/9/2016 4:01 PM, Martin Nowak wrote:
> - finish scope story

The only thing left on that is allowing this to work:

   @safe void foo() {
     int i;
     int* pi = &i;
   }

With the other improvements to scope, this no longer needs to be disallowed.


More information about the Dlang-internal mailing list