Subject: [Boost-bugs] [Boost C++ Libraries] #3368: impl/*.ipp not included
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-26 17:46:45
#3368: impl/*.ipp not included
-------------------------------------------------------------------------+--
Reporter: anonymous | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: serialization
Version: Boost 1.38.0 | Severity: Problem
Keywords: undefined reference pointer_oserializer pointer_iserializer |
-------------------------------------------------------------------------+--
when you build your own archive types, the following files have to be
included manually. otherwise you get a lot of undefined references, mostly
to pointer_?serializer destructors.
#include <boost/archive/impl/basic_binary_iarchive.ipp>
#include <boost/archive/impl/basic_binary_oarchive.ipp>
#include <boost/archive/impl/archive_pointer_oserializer.ipp>
#include <boost/archive/impl/archive_pointer_iserializer.ipp>
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3368> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:01 UTC