October 02, 2008 General » Re: Nothrow functions | |||
|---|---|---|---|
| |||
...way to detect handles that are not RAII handled in the constructor? You have to... | |||
October 02, 2008 General » Re: Nothrow functions | |||
|---|---|---|---|
| |||
...sort of way to detect handles that are not RAII handled in the constructor? -Joel | |||
August 23, 2008 Issues » [Issue 2306] New: Scope for dynamic arrays should free memory. | |||
|---|---|---|---|
| |||
...desirable to use RAII-style memory management for large arrays. Most RAII stuff in D... | |||
August 12, 2008 Issues » [Issue 2070] DMD should allow easy creation of stack-allocated classes | |||
|---|---|---|---|
| |||
...the spec, scope attribute is only for RAII http://www.digitalmars.com/d/1.0... | |||
June 07, 2008 General » Implementing multithreading policy templates in D? | |||
|---|---|---|---|
| |||
...compile time conditionals instead of using a RAII Lock object. Such a Lock object could... | |||
May 03, 2008 General » Re: U++ Core vs D programming language | |||
|---|---|---|---|
| |||
...allocations, then there are different tradeoffs between RAII, refcounting, and various garbage collection schemes. The... | |||
April 15, 2008 General » Re: On the richness of C++ | |||
|---|---|---|---|
| |||
...will eventually be coming some day with RAII via scope, per our long thread/discussion... | |||
April 15, 2008 General » Re: On the richness of C++ | |||
|---|---|---|---|
| |||
...and delegates make those irrelevant. Coming with RAII for structs. I'm not sure what... | |||
April 12, 2008 General » Re: On the richness of C++ | |||
|---|---|---|---|
| |||
...shared_ptr ( sharable smart pointer, obviously for RAII in D because of GC ), signals ( generalized... | |||
April 08, 2008 Learn » Re: Destructing Member Objects | |||
|---|---|---|---|
| |||
...decided to create a separate Dispose() for RAII, but I'm sure D could do... | |||
Copyright © 1999-2021 by the D Language Foundation