mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 22:44:33 +02:00
use BOOST_WORKAROUND macro (as requested by David Abrahams)
[SVN r17773]
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user