February 06, 2016 Learn » Re: Things that keep D from evolving? | |||
|---|---|---|---|
| |||
...the root class because classes never trigger RAII outside of (deprecated) scope allocations. Can't... | |||
February 06, 2016 Learn » Re: Detecting exception unwinding | |||
|---|---|---|---|
| |||
...to use the with-statement to get RAII like behaviour. So you use __enter__ and... | |||
February 05, 2016 Learn » Re: Detecting exception unwinding | |||
|---|---|---|---|
| |||
The object itself is the scope (RAII). If you can test for "uncaught_exceptions" you... | |||
February 04, 2016 Learn » Re: Detecting exception unwinding | |||
|---|---|---|---|
| |||
...testing framework where I wanted to use RAII to print something when the tests failed... | |||
January 31, 2016 General » Re: Dwarf Exception Handling now on FreeBSD! | |||
|---|---|---|---|
| |||
...suggest that after that you look into RAII C++ interop (calling C++ destructors at the... | |||
January 30, 2016 General » Re: D vs Rust | |||
|---|---|---|---|
| |||
Support RAII: constructors, destructors and value semantics. | |||
January 29, 2016 General » Re: D vs Rust | |||
|---|---|---|---|
| |||
...lot of options for behavior similar to RAII, but it does not have the full... | |||
January 29, 2016 General » Re: D vs Rust | |||
|---|---|---|---|
| |||
Actually less. Without RAII you can't bind any realistic C++ library like Qt. | |||
January 29, 2016 General » Re: C++17 | |||
|---|---|---|---|
| |||
...http://www.stroustrup.com/resource-model.pdf . RAII is central in my ideas about programming... | |||
January 29, 2016 General » Re: D vs Rust | |||
|---|---|---|---|
| |||
...D over C++. - You can do composed RAII in D but using (GC + linear types... | |||
Copyright © 1999-2021 by the D Language Foundation