Talk by Herb Sutter: Bridge to NewThingia

aberba karabutaworld at gmail.com
Tue Jun 30 11:13:55 UTC 2020


On Monday, 29 June 2020 at 15:54:36 UTC, Adam D. Ruppe wrote:
> 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.

Ditto. Hence the need for documenting them.


More information about the Digitalmars-d-announce mailing list