[Issue 5115] std.typecons.scoped problems

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 18 10:21:27 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=5115

--- Comment #13 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
Indeed and with `scope` becoming a thing in DIP 1000 we can have our scope
storage class to have stack-allocated classes.

scope a = new Blah(...);

scope class instances are everywhere in DMD frontend now as well.
It's plain as day that our library solution had failed and is not required
anymore.

--


More information about the Digitalmars-d-bugs mailing list