[Issue 24806] Allocate a struct by new on stack with scope
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 13 08:13:30 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24806
Mike Parker <aldacron at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aldacron at gmail.com
--- Comment #1 from Mike Parker <aldacron at gmail.com> ---
What would be the point of that? Why would anyone want to do that instead of
S s;
?
--
More information about the Digitalmars-d-bugs
mailing list