]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/tuple/tuple.hpp
Boost 1.31.0
[lyx.git] / boost / boost / tuple / tuple.hpp
index 71d6dabf6104272875846dba775afd552cb180b5..c1298222e48c6beb3f239846711f56e8e9f96667 100644 (file)
 #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"