forked from boostorg/regex
Added SGI-Irix tentative fix.
[SVN r19228]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user