$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Using some of Boost on i5/OS but still problems
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-09-28 23:03:34
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?