From 10a8ae1037c9fc9b7535a82e6d0fe520fd8cfce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Wed, 20 Apr 2005 06:19:12 +0000 Subject: [PATCH] used serialization reset_object_address facility [SVN r28332] --- include/boost/multi_index_container.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/multi_index_container.hpp b/include/boost/multi_index_container.hpp index fe961db..c0a89f1 100644 --- a/include/boost/multi_index_container.hpp +++ b/include/boost/multi_index_container.hpp @@ -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);