10 Feb
2003
10 Feb
'03
11:31 p.m.
It seems then that Boost might benefit from an extended auto_ptr implementation. shared_ptr and friends provide for alternative delete functions where as auto_ptr does not.
As a boost user, I totally agreed. (I had to write it for myself, because boost does not have it :-( ).