From 045d761ab5da490c892751794e5a17d054efe255 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Thu, 17 Jun 2004 13:51:33 +0000 Subject: [PATCH] suppressed scoping the call get_class to the detail namespace [SVN r23113] --- include/boost/tuple/detail/tuple_basic.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<