$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BOOST Users] serialize a pointer
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-03-28 23:44:43
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