$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2007-01-08 12:14:33
Robert Ramey wrote:
> Miguel Silvestre wrote:
>
>>Ok!
>>I'm starting to freaking out, because I just can't figure it out some
>>compilation errors when trying to use the boost serialization library.
>
>
> Try looking at the "rationale" section of the documentation which describes
> the issues related to serialization of non-const data.
Please change the serialization library s.t. one can serialize non-const
data.
This problem reappears again and again for users, *even for experienced
users*.
Then provide a macro a la BOOST_SERIALIZATION_STRICT_CONSTNESS_REQUIRED
for those who want the current behavior.
cheers
Thorsten