scoped_ptr - custom deleter?
23 May
2004
23 May
'04
2:05 a.m.
Question: Shouldn't scoped_ptr have a constructor of the form: template<class Y, class D> scoped_ptr(Y * p, D d) where D is a custom deleter. Shared_ptr has it. I have a need for this now. This has been raised during a discussion with Martin Ecker re serialization library implementation. Robert Ramey.
8068
Age (days ago)
8068
Last active (days ago)
3 comments
2 participants
participants (2)
-
Robert Ramey