LUMIERA.clone/tests/components
Ichthyostega b11ac46b76 added possibility to pass a custom deleter function down to shared_ptr.
Note: actually all of this seems against the spirit of C++ (and OO in general). This is a do-it-yourself aproach
which adds far to much complexity (accidental, not fundamental complexity). So I checked it in for the record,
but will abandon this aproach and rely on overloading of operator new / delete if necessary (and when we really need it)
2007-08-31 16:25:04 +02:00
..
common added possibility to pass a custom deleter function down to shared_ptr. 2007-08-31 16:25:04 +02:00
DIR_INFO merge together work done for the Testsuite. 2007-08-17 11:06:49 +02:00
helloworldtest.cpp wrote test: object smart pointer creation factory 2007-08-29 05:03:21 +02:00
mainsuite.cpp implemented C++ error handling system 2007-08-26 19:14:39 +02:00