
I verified that putting the parenthesis works and so I also checked the change in. OK ?
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of John Maddock Sent: Monday, March 08, 2004 12:06 PM To: boost@lists.boost.org 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