
14 Jul
2005
14 Jul
'05
8:59 p.m.
"Andy Little" <andy@servocomm.freeserve.co.uk> wrote
"Arkadiy Vertleyb" <vertleyb@hotmail.com> wrote
We have a similar problem in typeof, and at this point semicolon is not required.
Surely Typeof is used in situations where semicolon not allowed:
template<typename TL, typename TR> point<BOOST_TYPEOF_TPL(TL() + TR())> operator +( point<TL> const & lhs, vect<TR> const& rhs);
No, what I actually mean is: BOOST_TYPEOF_REGISTER_TYPE(...) BOOST_TYPEOF_REGISTER_TEMPLATE(...) Regards, Arkadiy