D has the same memory model as C++

Bastiaan Veelo Bastiaan at Veelo.net
Tue Aug 10 21:19:39 UTC 2021


On Tuesday, 10 August 2021 at 16:00:37 UTC, Tejas wrote:
> Basically, what are the subtle gotcha's in the differences 
> between C++ and D code that looks similar

The only gotcha that comes to my mind is that `private` means 
private to the module in D, not private to the aggregate.

— Bastiaan.




More information about the Digitalmars-d-learn mailing list