DIP68: Adding @nogc to types
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Tue Nov 11 09:53:42 PST 2014
On Monday, 10 November 2014 at 12:59:14 UTC, Tomer Filiba wrote:
> http://wiki.dlang.org/DIP68
To be honest, I don't think that this DIP adds significant value
to the language. Generally, you (as in a language/library
implementor) need to assume that *any* struct with a non-trivial
destructor relies on proper finalization anyway. Let's focus work
on finally fixing bug 2834 instead.
David
More information about the Digitalmars-d
mailing list