Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4044: reset_object_address with library-created objects
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-26 23:49:22
#4044: reset_object_address with library-created objects
-------------------------------------------------+--------------------------
Reporter: Richard Hazlewood | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: serialization
Version: Boost 1.42.0 | Severity: Problem
Keywords: reset_object_address heap allocated |
-------------------------------------------------+--------------------------
Comment(by anonymous):
Well, it would work if you can tell me what goes in here:
{{{
template<class Archive>
void serialize(Archive &ar, boost::function<Signature> & f, const unsigned
int version){
// ** here **
}
}}}
This just moves the problem to another function. It is the actual
serialization of the functor, being held by boost::function, that I'm
trying to achieve.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4044#comment:4> 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:02 UTC