
On Tue, Jan 25, 2011 at 5:21 AM, Michel MORIN <mimomorin@gmail.com> wrote:
Hi,
I have some comments on the Boost 1.46 release notes for Boost.Iterator. (http://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_1...)
Here are the release notes for Boost.Iterator:
* fixed problem with `implicit_cast` ([@https://svn.boost.org/trac/boost/ticket/3645 #3645]) * added `function_input_iterator` ([@https://svn.boost.org/trac/boost/ticket/2893 #2893]) * `transform_iterator` now uses `boost::result_of` to determine functor result type ([@https://svn.boost.org/trac/boost/ticket/1427 #1427])
The first item seems OK :)
The second item needs to be deleted, since `function_input_iterator` is not merged into release branch.
Should it be merged? --Beman