November 28, 2009 c++.stlsoft » Re: memory_mapped_file with no default ctor | |||
|---|---|---|---|
| |||
...reply. I guess it does mean Mutable RAII. I actually got it to work using... | |||
November 26, 2009 c++.stlsoft » Re: memory_mapped_file with no default ctor | |||
|---|---|---|---|
| |||
...would have to go from Immutable RAII to Mutable RAII (see IC++ for refs), which... | |||
November 26, 2009 c++.stlsoft » memory_mapped_file with no default ctor | |||
|---|---|---|---|
| |||
...kind of beats the whole point of RAII... Any suggestions? Also, on a more general... | |||
November 11, 2009 General » Re: Go: A new system programing language | |||
|---|---|---|---|
| |||
...programming . metaprogramming . inline assembler . interface to C . RAII . immutability for anything but strings . vector operations... | |||
November 09, 2009 General » Re: scope(failure) considered FREAKING AWESOME | |||
|---|---|---|---|
| |||
...to see the benefits of scope vs RAII vs try-catch-finally with only one... | |||
November 09, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
...D) or stack-allocated objects in C++ (RAII) is that the former are "declarative" in... | |||
November 08, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
...also used where you could otherwise use RAII a la C++. I understand this could... | |||
November 08, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
Ok, good. Now write (using C++ RAII) the following where both transactions must succeed or... | |||
November 08, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
...to use it properly. In the C++ RAII situation, I would have spotted my mistake... | |||
November 08, 2009 General » Re: scope(exit) considered harmful | |||
|---|---|---|---|
| |||
...just wrote would apply equally to C++ RAII objects. They won't work properly either... | |||
Copyright © 1999-2021 by the D Language Foundation