Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2004-03-08 06:05:53


> cc-1040 CC: ERROR File =
/disk2/home/tk/boost_regression/boost/libs/test/src/test_tools.cpp, Line =
195
> An identifier is expected.
>
> if( std::isprint( t ) )

I don't know about the others, but that's probably caused by isprint being a
macro, either changing to (std::isprint)(t) or by #undef'ing isprint should
fix that.

John.


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