Cppfront : A new syntax for C++

Timon Gehr timon.gehr at gmx.ch
Tue Sep 20 02:54:37 UTC 2022


On 19.09.22 20:41, Walter Bright wrote:
> On 9/19/2022 2:30 AM, Dukc wrote:
>> I think you mean memory safe RAII and reference counting. DIP1000 
>> enables limited forms of those, but in practice one still tends to be 
>> stuck mostly with the GC, static memory and the stack.
> 
> @live, which deals with memory allocation, is the step after DIP1000.
> 

(It's a linting tool and it does nothing to enhance @safe safety 
guarantees because it is a function attribute.)


More information about the Digitalmars-d mailing list