Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11563: boost::range behavior changed from 1.55 to 1.56
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-08-21 12:48:54
#11563: boost::range behavior changed from 1.55 to 1.56
-------------------------------+------------------------
Reporter: fiesh@⦠| Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+------------------------
Comment (by michel):
Thanks for the report!
These behaviors were fixed in r85400 (i.e. the fix of #8483
-- Fix for reference type deduction in join_iterator.hpp),
but the fix was (accidentally?) reverted in r85691.
I suspect that the intention of r85691 would be to change
{{{
typename add_reference<
typename add_const<
typename remove_reference<
typename iterator_reference<Iterator2>::type
>::type
>::type
>::type
}}}
to
{{{
typename add_reference<
typename add_const<
typename remove_reference<
typename iterator_reference<Iterator1>::type
>::type
>::type
>::type
}}}
I made a [[https://github.com/boostorg/range/pull/36|PR]] on github.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11563#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC