Boost logo

Boost :

From: Andy Little (andy_at_[hidden])
Date: 2005-07-14 15:10:53


"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);

Other situation is comma:

int a,b;

etc

regards
Andy Little


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