On Borrow Checking

Walter Bright newshound2 at digitalmars.com
Mon May 12 18:38:01 UTC 2025


On 5/12/2025 2:24 AM, Manu wrote:
> __gshared int* g;
> void test(scope int* x)
> {
>      g = x;
> }

Need to add @safe. Unadorned functions are @system.


More information about the Digitalmars-d mailing list