
20 Aug
2008
20 Aug
'08
12:33 p.m.
Markus Werle wrote:
Joel de Guzman
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
tuple & // THIS LINE IS MISSING <----------------------- operator=(std::pair 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