forked from boostorg/type_traits
MIPSpro compatibility
[SVN r17772]
This commit is contained in:
@ -24,7 +24,11 @@ namespace boost {
|
||||
|
||||
namespace detail {
|
||||
|
||||
#if !defined(__BORLANDC__)
|
||||
#if !defined(__BORLANDC__) \
|
||||
&& !(defined(__EDG_VERSION__) && __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