|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net