$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] simple binary archive problem
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-09-09 12:21:37
William Oquendo wrote:
> Hi,
>
>
> I am in Mac Os X, running g++ 4.5 and boost 1.44 . I have tested your
> code and it worked without problem. I would like to point out that
> recently I had some troubles with serialization, because I compiled
> boost with g++ 4.2 but I was compiling my code with g++ 4.5 (because
> I needed support for c++0x). Everything works again after recompiling
> boost with g++ 4.5.
>
>
> Best regards,
>
>
> William
I should also mention (maybe I did already) that I had a problem
with the gcc 4.3.2 and gcc 4.2 shipped with Ubuntu 8.04. I filed
a bug report and no one has responded so it may well be that this
compiler/platform has some problems. Note that I also tested
your example on my MSVC system with no problems.
Robert Ramey