Exceptions without GC/Dynamic allocation. New proposal from Herb Sutter for C++
Uknown
sireeshkodali1 at gmail.com
Mon May 14 00:43:12 UTC 2018
On Sunday, 13 May 2018 at 17:21:28 UTC, Ben Jones wrote:
> I think similar ideas have been discussed around here before
> (https://forum.dlang.org/thread/stlslhjndgugecvmbowd@forum.dlang.org) but here's a new C++ proposal for overhauling their exception system to avoid dynamic allocation for exceptions. I guess it's not surprising that they're dealing with similar issues for exception handing as the D community.
> [...]
Worth mentioning that DIP 1008 makes exceptions Ref-counted
instead of GC managed, so exceptions can now be @nogc in D
More information about the Digitalmars-d
mailing list