$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2007-12-29 01:49:47
On 29 Dec 2007, at 04:56, Felipe Magno de Almeida wrote:
> The file boost\serialization\utility.hpp in the trunk lacks the
> following include directive:
>
> #include <boost/mpl/and.hpp>
>
> fix:
>
> #include <boost/serialization/is_bitwise_serializable.hpp>
> +#include <boost/mpl/and.hpp>
Thanks, it is committed to the trunk
Matthias