forked from boostorg/type_traits
Latest Sunpro version apparently doesn't need the workarounds in here.
[SVN r34026]
This commit is contained in:
@@ -24,7 +24,7 @@ namespace boost {
|
||||
namespace detail {
|
||||
|
||||
#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x581)) \
|
||||
&& !BOOST_WORKAROUND(__SUNPRO_CC , BOOST_TESTED_AT(0x540)) \
|
||||
&& !BOOST_WORKAROUND(__SUNPRO_CC , <= 0x540) \
|
||||
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243) \
|
||||
&& !BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840))
|
||||
|
||||
|
Reference in New Issue
Block a user