$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] call to destructor of temporary
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-10-14 19:08:29
On 15/10/2012 00:24, Vicente J. Botet Escriba wrote:
> Hi,
>
> I have had some trouble debugging some code with clang-2.9 c++0x. The
> reason was a known bug on the compiler as it doesn't call the destructor
> of temporaries at the end of the expression.
>
> Is there a macro stating this missing feature?
That's a severe bug, doesn't look like any workaround would fix it