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>
|
, iterator_traversal<Base>
|
||||||
>::type
|
>::type
|
||||||
|
|
||||||
# ifdef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
|
|
||||||
, typename detail::ia_dflt_help<
|
|
||||||
Reference
|
|
||||||
, iterator_reference<Base>
|
|
||||||
>::type
|
|
||||||
# else
|
|
||||||
, typename detail::ia_dflt_help<
|
, typename detail::ia_dflt_help<
|
||||||
Reference
|
Reference
|
||||||
, mpl::apply_if<
|
, mpl::apply_if<
|
||||||
@ -205,7 +199,6 @@ namespace boost
|
|||||||
, add_reference<Value>
|
, add_reference<Value>
|
||||||
>
|
>
|
||||||
>::type
|
>::type
|
||||||
# endif
|
|
||||||
|
|
||||||
, typename detail::ia_dflt_help<
|
, typename detail::ia_dflt_help<
|
||||||
Difference, iterator_difference<Base>
|
Difference, iterator_difference<Base>
|
||||||
|
Reference in New Issue
Block a user