mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 23:14:02 +00:00
Resolved an ambiguity.
[SVN r35039]
This commit is contained in:
parent
d968b5f5b9
commit
505d419a1b
@ -40,7 +40,7 @@ template<class T>
|
||||
struct select_base
|
||||
{
|
||||
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 ;
|
||||
} ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user