$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] can load_construct_data() access private members?
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-16 05:25:43
Solved. It turns out that load_construct_data() is ADL-enabled, so it
can be defined in the namespace of the object, instead of
::boost::serialization.