
15 Apr
2012
15 Apr
'12
10:34 a.m.
On Sun, Apr 15, 2012 at 10:54 AM, Andrey Semashev <andrey.semashev@gmail.com> wrote:
Using a separate implementation of checked_delete in shared_ptr is what I had in mind. And this implementation should not be public, I think.
Isn't the type guaranteed to be complete when shared_ptr calls delete? -- Olaf