Boost logo

Boost :

From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2005-07-14 15:59:50


"Andy Little" <andy_at_[hidden]> wrote

> "Arkadiy Vertleyb" <vertleyb_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk