diff --git a/include/boost/tuple/detail/tuple_basic.hpp b/include/boost/tuple/detail/tuple_basic.hpp index 5f019e6..5c10832 100644 --- a/include/boost/tuple/detail/tuple_basic.hpp +++ b/include/boost/tuple/detail/tuple_basic.hpp @@ -207,9 +207,9 @@ inline typename access_traits< >::non_const_type get(cons& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) { #if BOOST_WORKAROUND(__IBMCPP__,==600 ) - return get_class:: + return detail::get_class:: #else - return get_class::BOOST_NESTED_TEMPLATE + return detail::get_class::BOOST_NESTED_TEMPLATE #endif get< typename access_traits<