$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] order of headers with Boost.Serialization and Boost.MPI
From: Riccardo Murri (riccardo.murri_at_[hidden])
Date: 2010-10-25 11:22:10
Hi Matthias,
many thanks for your help!
On Mon, Oct 25, 2010 at 11:10 AM, Matthias Troyer <troyer_at_[hidden]> wrote:
> Looking deeper into your code I find that the actual problem is that
> you call the macro BOOST_SERIALIZATION_SPLIT_FREE inside the
> namespace boost::serialization. It has to be called from outside of
> any namespace. Once I make that change your code compiles for me.
>
Indeed this solved the compilation problem, thanks. I didn't notice
the warning in the docs, my bad.
Best regards,
Riccardo