6 Jan
2005
6 Jan
'05
8:18 p.m.
Ben Hutchings wrote:
In some cases you can avoid the space and time overhead of shared_ptr by using a smart pointer template for which the custom deleter is a template argument.
This is what static_move_ptr does: http://tinyurl.com/52zk4.
Ben.
Jonathan