
14 Jul
2005
14 Jul
'05
9 p.m.
Andy Little 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);
I think he's talking about type registration. Jonathan