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.
7692
Age (days ago)
7692
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Ramey