
26 Jan
2005
26 Jan
'05
12:12 a.m.
JOAQUIN LOPEZ MU?Z wrote:
----- Mensaje original ----- Of course, an extension to Boost.Serialization would be better --something along a facility to instruct the serialization lib to change the tracking address of an object when this is moved around.
I don't think it will be all that hard once its apparent what the problem is. (Of course that's what I always think - that's my problem) my current thinking is to implement something like template<class Archive, class T> common_iarchive<Archive>::move(T & dest, T & source) which would do the assignment and update the tracking information. Then use it in the de-serializaton of all the collections. Robert Ramey