Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-03-10 04:48:27


I verified that putting the parenthesis works and so I also checked the
change in. OK ?

> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of John Maddock
> Sent: Monday, March 08, 2004 12:06 PM
> To: boost_at_[hidden]
> Subject: Re: [boost] vcapp & sgi regressions (string_algo)
>
>
>
> > 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.
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/bo> ost
>


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