MIPSpro compatibility

[SVN r17776]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-03-08 01:47:40 +00:00
parent 56a8554ad6
commit c109448265

View File

@@ -24,7 +24,11 @@ namespace boost {
namespace detail {
#if !defined(__BORLANDC__)
#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.
/*************************************************************************