[BOOST Users] serialize a pointer
27 Mar
2014
27 Mar
'14
3:38 p.m.
Hello, I would like to just serialize a pointer value. I have understood that boost save the pointer value, and serialize the object it points. How can I do?
29 Mar
29 Mar
3:44 a.m.
AMDG On 03/27/2014 08:38 AM, Andy Sardina wrote:
I would like to just serialize a pointer value. I have understood that boost save the pointer value, and serialize the object it points. How can I do?
I don't understand why you want to do this. You could theoretically save a pointer, but unless you load it back in the same process, it will be garbage. In Christ, Steven Watanabe
3879
Age (days ago)
3881
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andy Sardina
-
Steven Watanabe