forked from boostorg/tuple
suppressed scoping the call get_class to the detail namespace
[SVN r23113]
This commit is contained in:
@ -207,9 +207,9 @@ inline typename access_traits<
|
|||||||
>::non_const_type
|
>::non_const_type
|
||||||
get(cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
|
get(cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
|
||||||
#if BOOST_WORKAROUND(__IBMCPP__,==600 )
|
#if BOOST_WORKAROUND(__IBMCPP__,==600 )
|
||||||
return get_class<N>::
|
return detail::get_class<N>::
|
||||||
#else
|
#else
|
||||||
return get_class<N>::BOOST_NESTED_TEMPLATE
|
return detail::get_class<N>::BOOST_NESTED_TEMPLATE
|
||||||
#endif
|
#endif
|
||||||
get<
|
get<
|
||||||
typename access_traits<
|
typename access_traits<
|
||||||
|
Reference in New Issue
Block a user