Boost logo

Boost :

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


At least with version 7.4 it's really necessary !

> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Kevin Wheatley
> Sent: Monday, March 08, 2004 2:39 PM
> To: boost_at_[hidden]
> Subject: [boost] Re: vcapp & sgi regressions (string_algo)
>
>
>
> John Maddock wrote:
> >
> > > 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.
>
> depending on MIPS Pro version, I've found not using the Boost
> supplied compatibility headers in the MIPS Pro jam file helps
> with most of these small issues. This is with v7.4.x MIPS Pro.
>
> Kevin
>
> --
> | Kevin Wheatley | These are the opinions of |
> | Senior Do-er of Technical Things | nobody and are not shared |
> | Cinesite (Europe) Ltd | by my employers |
> _______________________________________________
> 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