From: John Maddock (john_at_[hidden])
Date: 2004-08-16 05:12:08


> Any idea why this http://tinyurl.com/5urwa is failing?

I had thought I had fixed that by adding:

#if (__COMO_VERSION__ <= 4303) || !defined(BOOST_STRICT_CONFIG)

# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL

#endif

To the commeau config, but it seems not, whatever
BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL is the needed define, but
I've no idea why the above isn't catching it,

John.