From 5bacd289b6c8185ba8421cd0c9b1c3ef75e8e602 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 11 Sep 2002 14:46:40 +0000 Subject: [PATCH] Roll back MPL v2 fix as it's no longer needed and was breaking Borland [SVN r15264] --- include/boost/iterator_adaptors.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index a16b7f0..18e7c9c 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -1354,9 +1354,9 @@ namespace detail { template struct reduce_to_base_class { - BOOST_STATIC_CONSTANT(bool, convertible = (::boost::is_convertible::value)); - typedef typename if_true::template then::type type; + typedef typename if_true<( + ::boost::is_convertible::value + )>::template then::type type; }; // "Steps down" the category of iterators below bidirectional so the category