Fix for DMC compiler

[SVN r24743]
This commit is contained in:
John Maddock
2004-08-26 10:40:39 +00:00
parent 4e54b5db92
commit 17c699a256

View File

@ -25,7 +25,9 @@ namespace detail {
#if !BOOST_WORKAROUND(__BORLANDC__, <= 0x570) \
&& !BOOST_WORKAROUND(__SUNPRO_CC , BOOST_TESTED_AT(0x540)) \
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) \
&& !BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840))
// The EDG version number is a lower estimate.
// It is not currently known which EDG version
// exactly fixes the problem.