
26 Jan
2011
26 Jan
'11
1:26 a.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