From 8deb1c20fb39616962f102d702ece5f19076aaad Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 20 Nov 2003 21:15:31 +0000 Subject: [PATCH] Don't adjust default reference type computation based on BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY [SVN r20884] --- include/boost/iterator/iterator_adaptor.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/iterator/iterator_adaptor.hpp b/include/boost/iterator/iterator_adaptor.hpp index 68bdaec..50694a1 100644 --- a/include/boost/iterator/iterator_adaptor.hpp +++ b/include/boost/iterator/iterator_adaptor.hpp @@ -191,12 +191,6 @@ namespace boost , iterator_traversal >::type -# ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY - , typename detail::ia_dflt_help< - Reference - , iterator_reference - >::type -# else , typename detail::ia_dflt_help< Reference , mpl::apply_if< @@ -205,7 +199,6 @@ namespace boost , add_reference > >::type -# endif , typename detail::ia_dflt_help< Difference, iterator_difference