$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-09-28 10:51:59
Look in the manual for
BOOST_SERIALIZATION_SPLIT_FREE(my_class)
Robert Ramey
Marco Segurini wrote:
> Hi,
>
> I like to know if is it possible to split the non intrusive
> 'serialize' to 'load/save/BOOST_SERIALIZATION_SPLIT_...(<class name>)'
>
> thanks.
> Marco.