diff --git a/include/boost/range/mfc.hpp b/include/boost/range/mfc.hpp index 058e54ec..ac025fba 100644 --- a/include/boost/range/mfc.hpp +++ b/include/boost/range/mfc.hpp @@ -292,11 +292,8 @@ namespace boost { namespace range_detail_microsoft { struct meta { typedef list_iterator mutable_iterator; - #if !defined(BOOST_RANGE_MFC_CONST_COL_RETURNS_NON_REF) - typedef list_iterator const_iterator; - #else + // const CObList and const CPtrList both return a value (and probably always will) typedef list_iterator const_iterator; - #endif }; }; @@ -309,11 +306,8 @@ namespace boost { namespace range_detail_microsoft { struct meta { typedef list_iterator mutable_iterator; - #if !defined(BOOST_RANGE_MFC_CONST_COL_RETURNS_NON_REF) - typedef list_iterator const_iterator; - #else + // const CObList and const CPtrList both return a value (and probably always will) typedef list_iterator const_iterator; - #endif }; };