<mbiddeg <at> mtn.co.ug> writes:
Thanks Peter.
This clears things up for me.
However, concerning the last point x is passed by reference (pointer), as in
inline void checked_delete(T
* x)
I'm sorry, but you are wrong. x is pointer passed by value.
Gennadiy