Resolved an ambiguity.

[SVN r35039]
This commit is contained in:
Hartmut Kaiser 2006-09-08 00:16:31 +00:00
parent d968b5f5b9
commit 505d419a1b

View File

@ -40,7 +40,7 @@ template<class T>
struct select_base struct select_base
{ {
typedef typename typedef typename
detail::if_true< ::boost::is_const<T>::value > boost::detail::if_true< ::boost::is_const<T>::value >
::template then< const_T_base<T>, non_const_T_base<T> >::type type ; ::template then< const_T_base<T>, non_const_T_base<T> >::type type ;
} ; } ;