March 29, 2022 Issues » [Issue 22951] Dtor missing from generated C++ header | |||
|---|---|---|---|
| |||
...D)` destructors, allowing C++ code that violated RAII guarantees. Declaring the constructors as `private` members... | |||
March 28, 2022 Issues » [Issue 22951] New: Dtor missing from generated C++ header | |||
|---|---|---|---|
| |||
...destructors and hence allow code that breaks RAII due to instances not being destroyed on... | |||
March 20, 2022 General » Re: Just an example, why D rocks, and C++ s***s... | |||
|---|---|---|---|
| |||
...not having gone all in for competitive RAII in a timely manner. It is impossible... | |||
February 28, 2022 General » Re: Raymond Chen's take on so-called zero cost exceptions | |||
|---|---|---|---|
| |||
...my C++ years, exceptions in combination with RAII were the best barrier of defense against... | |||
February 23, 2022 General » Re: Discussion Thread: DIP 1035--@system Variables--Final Review | |||
|---|---|---|---|
| |||
...collect; int oops = *ptr; ``` So, stratch that. RAII or reference counted containers can only be... | |||
January 26, 2022 General » Re: Would you pay for GC? | |||
|---|---|---|---|
| |||
...option in a large code base is RAII with value types until you cannot and... | |||
November 25, 2021 General » Re: DIP1000: Walter's proposal to resolve ambiguity of ref-return-scope parameters | |||
|---|---|---|---|
| |||
...to raw pointers/arrays with limited lifetime. RAII in C++ doesn't do anything to... | |||
November 25, 2021 General » Re: DIP1000: Walter's proposal to resolve ambiguity of ref-return-scope parameters | |||
|---|---|---|---|
| |||
...C++` has no similar `scope`,`C++` has `RAII`. It's like the `&` of `C++` versus... | |||
November 23, 2021 General » Re: The GC (agian) | |||
|---|---|---|---|
| |||
...At that point manual memory management with RAII/RC becomes less brittle and the GC... | |||
November 18, 2021 General » Re: Future of memory management in D | |||
|---|---|---|---|
| |||
...GPU/texture, etc. So if you assume RAII for aggregates, then aggregates written for those... | |||
Copyright © 1999-2021 by the D Language Foundation