forked from boostorg/iterator
Roll back MPL v2 fix as it's no longer needed and was breaking Borland
[SVN r15264]
This commit is contained in:
@@ -1354,9 +1354,9 @@ namespace detail {
|
|||||||
template <class Base, class T>
|
template <class Base, class T>
|
||||||
struct reduce_to_base_class
|
struct reduce_to_base_class
|
||||||
{
|
{
|
||||||
BOOST_STATIC_CONSTANT(bool, convertible = (::boost::is_convertible<T*,Base*>::value));
|
typedef typename if_true<(
|
||||||
typedef typename if_true<convertible
|
::boost::is_convertible<T*,Base*>::value
|
||||||
>::template then<Base,T>::type type;
|
)>::template then<Base,T>::type type;
|
||||||
};
|
};
|
||||||
|
|
||||||
// "Steps down" the category of iterators below bidirectional so the category
|
// "Steps down" the category of iterators below bidirectional so the category
|
||||||
|
Reference in New Issue
Block a user