used serialization reset_object_address facility

[SVN r28332]
This commit is contained in:
Joaquín M. López Muñoz 2005-04-20 06:19:12 +00:00
parent a43abdfe5f
commit 10a8ae1037

View File

@ -574,6 +574,7 @@ BOOST_MULTI_INDEX_PROTECTED_IF_MEMBER_TEMPLATE_FRIENDS:
if(!p.second)throw_exception(
archive::archive_exception(
archive::archive_exception::other_exception));
ar.reset_object_address(&(*p.first),&value.get());
lm.add(p.first,ar,version);
}
lm.add_track(header(),ar,version);