forked from boostorg/iterator
Don't adjust default reference type computation based on
BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY [SVN r20884]
This commit is contained in:
@ -191,12 +191,6 @@ namespace boost
|
||||
, iterator_traversal<Base>
|
||||
>::type
|
||||
|
||||
# ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
|
||||
, typename detail::ia_dflt_help<
|
||||
Reference
|
||||
, iterator_reference<Base>
|
||||
>::type
|
||||
# else
|
||||
, typename detail::ia_dflt_help<
|
||||
Reference
|
||||
, mpl::apply_if<
|
||||
@ -205,7 +199,6 @@ namespace boost
|
||||
, add_reference<Value>
|
||||
>
|
||||
>::type
|
||||
# endif
|
||||
|
||||
, typename detail::ia_dflt_help<
|
||||
Difference, iterator_difference<Base>
|
||||
|
Reference in New Issue
Block a user