Added SGI-Irix tentative fix.

[SVN r19228]
This commit is contained in:
John Maddock
2003-07-20 11:17:15 +00:00
parent cddfd077a8
commit 8be91f0568

View File

@ -40,7 +40,7 @@ using std::getline;
#include <boost/timer.hpp> #include <boost/timer.hpp>
#include <boost/smart_ptr.hpp> #include <boost/smart_ptr.hpp>
#if defined(_MSC_VER) && (_MSC_VER <= 1300) #if (defined(_MSC_VER) && (_MSC_VER <= 1300)) || defined(__sgi)
// maybe no Koenig lookup, use using declaration instead: // maybe no Koenig lookup, use using declaration instead:
using namespace boost; using namespace boost;
#endif #endif