I'm curious as to why using scope to allocate classes on the stack was marked for future deprecation.

I mean, sure it could be potentially unsafe, but the new library solution (using std.typecons.scoped) does the exact same thing and is just as unsafe for the same reasons, is it not? I would rather continue to use the keyword scope instead of having to import another module in order to use this feature.

Reply via email to