
"Ralf W. Grosse-Kunstleve" <rwgk@yahoo.com> wrote in message news:20040922193102.44195.qmail@web20222.mail.yahoo.com... | --- Thorsten Ottosen <nesotto@cs.auc.dk> wrote: | | > I'm not personally interested in porting to this compiler, but it seems that | > it should configure | > | > #define BOOST_NO_FUNCTION_TEMPLATE_ORDERING 1 | > | > this could actually make boost.range work 90% on this compiler. Can anybody | > see any problems | > in defining this flag for this compiler? | | I could try it out if you tell me where you want to put the define, e.g. via a | patch. | Ralf it seems that mipspro does not have its own file in boost/config/compiler so maybe 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 who knows...maybe it works :-) br Thorsten