Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-09-22 17:57:17


"Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]> wrote in message
news:20040922193102.44195.qmail_at_web20222.mail.yahoo.com...
| --- Thorsten Ottosen <nesotto_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk