|
Boost : |
From: Matthias Troyer (troyer_at_[hidden])
Date: 2008-05-02 09:27:41
On May 2, 2008, at 5:52 AM, Neal Becker wrote:
> --- test2.cc
> #include <boost/serialization/nvp.hpp>
> #include <boost/serialization/vector.hpp>
> ---
>
> g++ -I /usr/local/src/boost.hg test2.cc
> In file included from test2.cc:2:
> /usr/local/src/boost.hg/boost/serialization/vector.hpp:185: error:
> redefinition of struct
> boost::serialization::implementation_level<std::vector<long int,
> std::allocator<long int> > >
> /usr/local/src/boost.hg/boost/serialization/vector.hpp:185: error:
> previous
> definition of struct
> boost::serialization::implementation_level<std::vector<long int,
> std::allocator<long int> > >
> /usr/local/src/boost.hg/boost/serialization/vector.hpp:185: error:
> redefinition of struct
> boost::serialization::implementation_level<std::vector<long unsigned
> int,
> std::allocator<long unsigned int> > >
> /usr/local/src/boost.hg/boost/serialization/vector.hpp:185: error:
> previous
> definition of struct
> boost::serialization::implementation_level<std::vector<long unsigned
> int,
> std::allocator<long unsigned int> > >
It seems that BOOST_NO_INTRINSIC_INT64_T is not defined correctly for
this compiler
Matthias
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk