Index: detail/tuple_basic.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tuple/detail/tuple_basic.hpp,v
retrieving revision 1.24
diff -u -3 -p -r1.24 tuple_basic.hpp
--- detail/tuple_basic.hpp	17 Jun 2004 07:01:13 -0000	1.24
+++ detail/tuple_basic.hpp	17 Jun 2004 14:09:55 -0000
@@ -207,9 +207,9 @@ inline typename access_traits<
                 >::non_const_type
 get(cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
 #if BOOST_WORKAROUND(__IBMCPP__,==600 )
-  return get_class<N>::
+  return detail::get_class<N>::
 #else
-  return get_class<N>::BOOST_NESTED_TEMPLATE
+  return detail::get_class<N>::BOOST_NESTED_TEMPLATE
 #endif
          get<
            typename access_traits<

