Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5697: iterator_facade::operator-> is broken for proxy references
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-15 23:54:21
#5697: iterator_facade::operator-> is broken for proxy references
------------------------------------------------------------+---------------
Reporter: Jeffrey Hellrung <jeffrey.hellrung@â¦> | Owner: dave
Type: Bugs | Status: new
Milestone: To Be Determined | Component: iterator
Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords: iterator_facade, operator->, operator_arrow_proxy
------------------------------------------------------------+---------------
Comment (by dave):
Your patch looks excellent. I don't think there's any reason to use
implicit_cast in there, though. At this point, it should just be
{{{
return boost::addressof(x);
}}}
If you can fix that, and add a test case that fails without your patch and
passes otherwise, I'll be happy to commit this.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5697#comment:7> 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:07 UTC