
26 Mar
2008
26 Mar
'08
12:06 a.m.
On Tuesday 25 March 2008 19:58, Felipe Magno de Almeida wrote:
What happens if two different deleters are used to create different shared_ptrs (on the same object) ?
The situation I'm talking about only applies to exactly the case you describe.
Does this happens with only shared_from_this inherited classes or for all types?
Only to classes that inherit from enable_shared_from_this. -- Frank