Leak-detection of references to scoped class instances

Jacob Carlborg doob at me.com
Mon Nov 25 08:22:02 UTC 2019


On Sunday, 24 November 2019 at 21:49:19 UTC, Per Nordlöw wrote:
> I guess we need a builtin language qualifier for scoped classes 
> for that to work, right?

We have that:

scope a = new Object;

—
/Jacob Carlborg



More information about the Digitalmars-d-learn mailing list