use BOOST_WORKAROUND macro (as requested by David Abrahams)

[SVN r17773]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-08 01:01:11 +00:00
parent 5f5d22fb8a
commit d36390dff7

View File

@ -24,8 +24,8 @@ namespace boost {
namespace detail {
#if !defined(__BORLANDC__) \
&& !(defined(__EDG_VERSION__) && __EDG_VERSION__ <= 238)
#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x570)) \
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
// The EDG version number is a lower estimate.
// It is not currently known which EDG version
// exactly fixes the problem.