$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2008-08-20 06:11:26
Joel de Guzman <joel <at> boost-consulting.com> writes:
> boost/fusion/tuple/tuple.hpp
> boost/fusion/tuple/detail/tuple_expand.hpp
>
I still get compiler errors in tuple.hpp due to misssing
return type in line 57:
template <typename U1, typename U2>
tuple & // THIS LINE IS MISSING <-----------------------
operator=(std::pair<U1, U2> const& rhs)
{
base_type::operator=(rhs);
return *this;
}
Very nice compiler you have ;-P.
Markus