
20 Aug
2008
20 Aug
'08
10:11 a.m.
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