$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Persisting __int64 (or long long) withboost::serialization?
From: Sandy Walsh (swalsh_at_[hidden])
Date: 2009-05-21 13:50:11
Thanks Robert, that's a great suggestion.
-S
Robert Ramey wrote:
> The library already has serialization implemented for
>
> boost::int64_t
>
>
>
> which would be more portable. Maybe you want to try this.
>