D Language 2.0
Danny Wilson
danny at decube.net
Wed Jan 20 07:44:52 PST 2010
On Wed, 20 Jan 2010 14:18:52 +0100, Leandro Lucarella <llucax at gmail.com>
wrote:
> Again? RC is *not* -nogc, is -anothergc. And reference counting won't do
> the trick unless you add a backing GC to free cycles. What I mean about
> -nogc is *no* GC, is "please, mr compiler, give me an error when a GC
> facility is used".
>
I guess a custom object.d which static asserts as soon as a GC facility
is used would do that trick?
More information about the Digitalmars-d
mailing list