Subject: Re: [Boost-users] [serialization] how to serialize boost::function
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-15 11:46:12


> You're trying to serialize a pointer to a function.  This is not implemented
> within the library.
>
> I would suggest a couple of ideas.

Ok, thank you. So the way to go is to make "manual" function objects...