Boost logo

Boost :

From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-05-02 17:54:21


Paul Mensonides wrote:
> #define BOOST_INVARIANT_OP(x, next) \
> BOOST_INVARIANT_A, \
> std::clog << #x"=" << (x) << &std::endl, \
                   ^^^^^
Yikes! There should be a space in between there (just in case):

std::clog << #x "=" << (x) << &std::endl, \
             ^^^^^^

Paul Mensonides


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