
Hi Marshall, It seems there are missing merges in changeset [67792]. <marshall@idio.com> wrote:
Author: marshall Date: 2011-01-08 13:38:08 EST (Sat, 08 Jan 2011) New Revision: 67792 URL: http://svn.boost.org/trac/boost/changeset/67792
Log: Merging fixes to release; fixes #2294 fixes #4918 fixes #3645 refs #2823 refs #1427 refs #2893 Properties modified: branches/release/boost/concept_check.hpp (contents, props changed) branches/release/boost/fusion/container/list/detail/build_cons.hpp (contents, props changed) branches/release/boost/iterator/iterator_facade.hpp (contents, props changed) branches/release/status/explicit-failures-markup.xml (contents, props changed) Text files modified: branches/release/boost/concept_check.hpp | 166 ++++++++++++++++++++------------ branches/release/boost/fusion/container/list/detail/build_cons.hpp | 3 branches/release/boost/iterator/iterator_facade.hpp | 28 ++-- branches/release/status/explicit-failures-markup.xml | 199 ++++++++++++++++++++++++++++----------- 4 files changed, 261 insertions(+), 135 deletions(-)
The log message says that the fixes for tickets #1427 and #2893 (#1427: transform_iterator should use boost::result_of to determine functor result type) (#2893: Function Input Iterator) are merged to release. But this changeset does nothing with iterator/transform_iterator.hpp and iterator/function_input_iterator.hpp. Regards, Michel