
23 Sep
2004
23 Sep
'04
10:03 a.m.
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.