
29 Sep
2009
29 Sep
'09
3:03 a.m.
Jon Brisbin wrote:
Any hints on what I need to hack here? This seems to be a problem with:
void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->T::~T() ; m_initialized = false ; }
What else can I try to get the destructor called?
Just a guess, does "get_ptr_impl()->~T()" work?