$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-05-27 05:21:38
Ralf W. Grosse-Kunstleve wrote:
> The new integral_promotion.hpp doesn't compile with the old
> EDG238-based MIPSpro 7.3.1 compiler (SGI, IRIX). This breaks our
> Boost.Python build. However, with the simple patch below the build is
> OK again. I'd love to maintain the MIPSpro Boost.Python build, but it
> is not worth serious work. Therefore the patch is simply #ifdef'ing
> out the two promotion header files for this specific platform. Are
> there any objections against this approach?
That looks sensible to me, go ahead and commit if you want to as I don't see
it can possibly do any harm?
John.