Boost logo

Boost :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2008-05-02 08:58:11


Forgot to mention, this is boost svn 45019
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> > >
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk