Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-04-15 15:09:09


On Monday 08 April 2002 08:58 pm, you wrote:
> Has anyone had any success compiling Boost.Function with MIPSpro
> compiler version 7.2.1.3m running on IRIX 6.5.14m. We are getting the
> following error:
>
> "/opt/include/boost/type_traits/arithmetic_traits.hpp", line 243:
> error(1029):
> expected an expression
>
> >::value));
>
> ^
>
> Thanks,
> Bernie

The only version of the MIPSpro compiler I've been able to test
Boost.Function on is 7.3.0. From the error message it appears that the
compiler doesn't handle integral constant expressions well, which just about
spells doom for getting Boost.Function to compile :(.

        Doug


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