$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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...