On 10/20/2012 08:25 PM, Malte Skarupke wrote:
...So it comes down to this: void goo(scope int* x) { global0 = x; // copying is allowed //global1 = &x; // referencing is not allowed }
That is useless.
On 10/20/2012 08:25 PM, Malte Skarupke wrote:
...So it comes down to this: void goo(scope int* x) { global0 = x; // copying is allowed //global1 = &x; // referencing is not allowed }
That is useless.