namespace name in the MIPSpro workaround corrected

[SVN r15516]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-09-25 20:02:31 +00:00
parent 8f578dbc78
commit 300fde19a1

View File

@ -34,9 +34,9 @@
#if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 #if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730
// Work around a compiler bug. // Work around a compiler bug.
// boost::python::detail::function has to be seen by the compiler before the // boost::python::objects::function has to be seen by the compiler before the
// boost::function class template. // boost::function class template.
namespace boost { namespace python { namespace detail { namespace boost { namespace python { namespace objects {
class function; class function;
}}} }}}
#endif #endif