$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-08-09 11:51:50
On Aug 9, 2005, at 11:19 AM, Matthias Troyer wrote:
> We have a serious problem with the 1.33.0 release candidate, which
> breaks all of our codes with gcc-3.3. The problem is the double
> definition of is_abstract:
>
> /misc/alps1/boost_1_33_0/boost/serialization/is_abstract.hpp:30: error:
> redefinition
> of `struct boost::is_abstract<T>'
> /misc/alps1/boost_1_33_0/boost/type_traits/is_abstract.hpp:130:
> error: previous
> definition of `struct boost::is_abstract<T>'
>
> would it be possible to put serialization/is_abstract.hpp into a
> different namespace or to rename it?
Robert, do you have a patch or workaround for this already?
Doug