changes from trunk merged to enable MIPSpro compilations

[SVN r15699]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-10-03 23:23:54 +00:00
parent 9fa5bc9c6c
commit 4dc42b5871

View File

@ -18,6 +18,13 @@
#ifndef BOOST_TUPLE_HPP
#define BOOST_TUPLE_HPP
#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730
// Work around a compiler bug.
// boost::python::tuple has to be seen by the compiler before the
// boost::tuple class template.
namespace boost { namespace python { class tuple; }}
#endif
#include "boost/config.hpp"
#include "boost/static_assert.hpp"