|
Boost : |
Subject: Re: [boost] [V1.46] [Iterator] Ask for release notes modification
From: Michel MORIN (mimomorin_at_[hidden])
Date: 2011-01-25 20:26:18
Michel MORIN wrote:
> * BUG: `transform_iterator` uses `boost::result_of<Iterator::value_type>` to
> determine functor result type instead of `boost::result_of<Iterator::reference>`
> ([@https://svn.boost.org/trac/boost/ticket/1427 #1427])
Sorry, typo...
I meant
* BUG: `transform_iterator` uses
`boost::result_of<UnaryFunction(Iterator::value_type)>`
to determine functor result type instead of
`boost::result_of<UnaryFunction(Iterator::reference)>`
([@https://svn.boost.org/trac/boost/ticket/1427 #1427])
Regards,
Michel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk