$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-15 20:58:23
----- Original Message -----
From: "Douglas Gregor" <gregod_at_[hidden]>
> 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 :(.
If this MIPSpro compiler uses an older EDG front-end, it may help to use
the facilities of boost/type_traits/ice.hpp. I've been able to get
Boost.Python v2 to work with a very old KCC for one of my clients this
way.
-Dave