iterators::function_output_iterator is missing in boost_1_32_0

Hello boosters! I've just found that function_output_iterator, mentioned in boost_1_32_0/libs/iterator/doc/function_output_iterator.html is missing in the boost or boost/iterator directories both in my own copy and in sf.net CVS. Neither me nor my compiler could found it. Was it deprecated? or removed accidentally? Best, Oleg Abrosimov

Oleg Abrosimov wrote:
Hello boosters!
I've just found that function_output_iterator, mentioned in boost_1_32_0/libs/iterator/doc/function_output_iterator.html is missing in the boost or boost/iterator directories both in my own copy and in sf.net CVS. Neither me nor my compiler could found it. Was it deprecated? or removed accidentally?
Well to be honest I don't know. I'll look into it. Thanks for reporting Thomas

Thomas Witt wrote:
Oleg Abrosimov wrote:
Hello boosters!
I've just found that function_output_iterator, mentioned in boost_1_32_0/libs/iterator/doc/function_output_iterator.html is missing in the boost or boost/iterator directories both in my own copy and in sf.net CVS. Neither me nor my compiler could found it. Was it deprecated? or removed accidentally?
Hmm... AFAICS function_output_iterator.hpp is in boost. The reason it is not in boost/iterator is that it started in boost a long time ago and was never moved. We may want to do move it for 1.34. HTH Thomas
participants (2)
-
Oleg Abrosimov
-
Thomas Witt