MIPSpro compatibility

[SVN r17772]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-08 00:25:47 +00:00
parent 1dbaf58f35
commit 5f5d22fb8a

View File

@ -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.
/*************************************************************************