suppressed scoping the call get_class to the detail namespace

[SVN r23113]
This commit is contained in:
Toon Knapen
2004-06-17 13:51:33 +00:00
parent 63c93b59b4
commit 045d761ab5

View File

@ -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<