$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Witt (witt_at_[hidden])
Date: 2005-08-02 23:48:49
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