From 300fde19a12ea78b7fd28665cf710dffd7b11f9b Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 25 Sep 2002 20:02:31 +0000 Subject: [PATCH] namespace name in the MIPSpro workaround corrected [SVN r15516] --- include/boost/function/function_base.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index e01c517..ae61fda 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -34,9 +34,9 @@ #if defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730 // 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. -namespace boost { namespace python { namespace detail { +namespace boost { namespace python { namespace objects { class function; }}} #endif