Boost logo

Boost Users :

From: Joel de Guzman (joel_at_[hidden])
Date: 2008-08-20 08:33:55


Markus Werle wrote:
> 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.

Ooops, sorry. That was hastily added.

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://spirit.sf.net

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