$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2006-01-24 02:20:12
AlisdairM wrote:
> The latest optimizations in the function library break on the Borland
> compiler, which does not recognise a destructor when explicitly
> invoked through a typedef.
>
> I don't have a patch for this one yet, just a quick heads-up.
> In the worst case, could we add a BOOST_WORKAROUND with the old
> behaviour?
>
> I hope to have a better answer later this week though...
Note: This change is responsible for the errors in the following
libraries too:
program options
regex (1 test)
signals
thread
-- AlisdairM