Better branding of -betterC

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Fri Oct 30 09:32:21 UTC 2020


On Friday, 30 October 2020 at 08:39:17 UTC, Paulo Pinto wrote:
> Regarding C++, it does have one as part of C++11 GC API, 
> C++/CLI, C++/CX and Unreal C++.

There are some definitions in the standard library for a tracing 
GC in C++. What I meant was that atomic_shared_ptr might qualify 
as automatic reference counting since you don't have to do 
explicit acquire/release. Even though most people don't think 
that C++ has automatic reference counting. Swift has some 
optimization of it though.



More information about the Digitalmars-d mailing list