[Iterator] transform_iterator should use result_of

Documents of Boost.Iterator say that transform_iterator uses result_of to compute "reference" nested-type. But, in Boost 1.45, transform_iterator does not use result_of; It uses result_type. This bug is fixed in trunk. See the following ticket: [iterator] transform_iterator should use boost::result_of to determine functor result type https://svn.boost.org/trac/boost/ticket/1427 Considering the fix was merged into trunk six months ago, it seems low-risk to merged into release. Does anyone merge this into release? Regards, Michel

At Fri, 10 Dec 2010 14:01:53 +0900, Michel MORIN wrote:
Documents of Boost.Iterator say that transform_iterator uses result_of to compute "reference" nested-type. But, in Boost 1.45, transform_iterator does not use result_of; It uses result_type.
This bug is fixed in trunk. See the following ticket: [iterator] transform_iterator should use boost::result_of to determine functor result type https://svn.boost.org/trac/boost/ticket/1427
Considering the fix was merged into trunk six months ago, it seems low-risk to merged into release. Does anyone merge this into release?
As one of the authors, I authorize anyone who can to make that merge. I just can't do it myself right now -- Dave Abrahams BoostPro Computing http://www.boostpro.com

At Sat, 11 Dec 2010 07:34:22 +0900, Michel MORIN wrote:
Hi Dave,
Dave Abrahams wrote:
As one of the authors, I authorize anyone who can to make that merge. I just can't do it myself right now
All right, I understand your position :-)
May I reopen the ticket until the fix is merged to release so as not to forget it?
Be my guest. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Dave Abrahams wrote
May I reopen the ticket until the fix is merged to release so as not to forget it?
Be my guest.
Done. https://svn.boost.org/trac/boost/ticket/1427#comment:3 Regards, Michel

At Sat, 11 Dec 2010 09:41:49 +0900, Michel MORIN wrote:
Dave Abrahams wrote
May I reopen the ticket until the fix is merged to release so as not to forget it?
Be my guest.
Done. https://svn.boost.org/trac/boost/ticket/1427#comment:3
Thanks. Next time please fill in your email address; "anonymous" makes too many changes in this tracker ;-) -- Dave Abrahams BoostPro Computing http://www.boostpro.com
participants (2)
-
Dave Abrahams
-
Michel MORIN