
25 Jan
2011
25 Jan
'11
6:26 p.m.
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