$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Whaite (boost_at_[hidden])
Date: 2006-01-13 14:08:50
Robert Ramey <ramey_at_[hidden]> wrote:
>
> Try putting it in either the namespace of std::map<MarkId, Mark> (ie
> std) or in the namespace boost::serialization
Sorry. Dumb mistake on my part from not carefully (painstakingly?)
examining the error messages. The code was a minimal example to expose
the original problem, and it is missing Mark::serialize. The MarkMap
serialize function was found, and the namespace is not necessary.
When I go back to the full code it works perfectly.
Thanks once again for your prompt and useful responses.