From: John Maddock (john_at_[hidden])
Date: 2004-09-23 05:03:00


> it seems that mipspro does not have its own file in boost/config/compiler
> so
> maybe

It's boost/config/compiler/sgi_mipspro.hpp

> boost/config/compiler/common_edg.hpp
>
> should have the line
>
> #if (__EDG_VERSION__ <= 238)
> # define BOOST_NO_INTEGRAL_INT64_T
> # define BOOST_NO_SFINAE
> # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING 1 // ADD THIS LINE
> #endif

That is the correct place to add it, if it's a common EDG problem. However
config_test is passing for this compiler without
BOOST_NO_FUNCTION_TEMPLATE_ORDERING being set, so are you sure this is the
right macro for the job? Or does the test case need updating?

Thanks,

John.