Angus Leeming <[EMAIL PROTECTED]> writes: | Peter Dimov wrote: | > I suspect that most people just use editor inheritance or specialize | > ~scoped_ptr. | | I don't know what "editor inheritance" is.
Copy & Paste and make your own modified version. | Nonetheless, inheritance here is | interesting. I note that scoped_ptr doesn't have a virtual d-tor. Would a | derived class not simply hide it? That is exactly what we want here. Why not just use shared_ptr? | What do you think, Lars? The above. -- Lgb