May 18, 2016 General » Re: Always false float comparisons | |||
|---|---|---|---|
| |||
...and SSE that is used in a RAII manner, copying the MMX flag on construction... | |||
May 16, 2016 Learn » Re: Async or event library | |||
|---|---|---|---|
| |||
...array or a struct) and benefit from RAII and less GC load. Unfortunately Windows only... | |||
May 11, 2016 General » Re: Is synchronized(...){...} doomed to never be nothrow/@nogc? | |||
|---|---|---|---|
| |||
Also, the synchronized statement preceded the introduction of RAII, so perhaps it is obsolete. | |||
May 11, 2016 General » Persistent object discussion | |||
|---|---|---|---|
| |||
...object is placed into shared memory. The RAII concept is fully supported, the object is... | |||
May 09, 2016 General » Re: std.experimental.allocator and @nogc | |||
|---|---|---|---|
| |||
...with every API out there.
// `window` is RAII struct that should manage GUI resources
// as... | |||
April 11, 2016 Issues » [Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed | |||
|---|---|---|---|
| |||
...since the return value would be a RAII struct with compile-time specialization.) Importing core... | |||
April 08, 2016 Learn » How about use Gc as a big memory pool? | |||
|---|---|---|---|
| |||
...free to free the memory, and use RAII in class or Struct. And user the... | |||
March 29, 2016 DMD » Re: [dmd-internals] How not to report unused identifiers | |||
|---|---|---|---|
| |||
...carefully. Aside from the normal issues with RAII and the like where something is declared... | |||
March 21, 2016 General » Re: OpenCV bindings for D | |||
|---|---|---|---|
| |||
...manages its lifetime through reference counting and RAII. The sheer number of constructors is a... | |||
March 21, 2016 General » Re: Defer in D | |||
|---|---|---|---|
| |||
...files So in a nutshell - lack of RAII while operating on collections of resources. -- Dmitry... | |||
Copyright © 1999-2021 by the D Language Foundation