
14 Jul
2005
14 Jul
'05
8:10 p.m.
"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); Other situation is comma: int a,b; etc regards Andy Little