$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [mpi][type_traits] BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION macro missing
From: Stephen Kelly (steveire_at_[hidden])
Date: 2013-10-17 18:53:51
On 10/18/2013 12:49 AM, Jeremiah Willcock wrote:
> This macro was used in Boost.MPI, and it seems to no longer be defined
> in the Boost trunk, leading to compiler errors. Was it removed on
> purpose, and what should be done with the call to it in
> <boost/mpi/packed_iarchive.hpp>?
Did you look for it? Because it's still there.
Most likely what happened is a file which you use used to include
boost/type_traits/broken_compiler_spec.hpp but now does not. Include
that file for the macro, or just remove the use of the macro.
Thanks,
Steve.