Talk by Herb Sutter: Bridge to NewThingia

Adam D. Ruppe destructionator at gmail.com
Mon Jun 29 15:54:36 UTC 2020


On Monday, 29 June 2020 at 15:45:48 UTC, Dagmar wrote:
> D has a GC. If you turn it off you lose dynamic/associative 
> arrays, classes, probably something else.

You just have to construct them with a function instead of with 
the built-in `new` operator. (Well, associative array will need a 
library solution picked too, but the rest work build in if you 
construct them differently.)

It is very easy to do, just perhaps not well documented.


More information about the Digitalmars-d-announce mailing list