$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-07-11 20:28:31
At 01:27 PM 7/11/2003, David Abrahams wrote:
 >Jens Maurer <Jens.Maurer_at_[hidden]> writes:
 >
 >> The following libraries are now broken and should be fixed:
 >>  - filesystem
 >>  - graph
 >>  - multi_array
 >>  - random_demo
 >>  - signals
 >>  - tokenizer
 >>  - utility
 >
 >What problems are you having with the utility lib?  I don't see any.
There seem to be a number of files in boost-root/libs/utility that are 
holdovers from the prior version of iterator adaptors.
Is the plan to remove all iterator related files from 
boost-root/libs/utility and replace them with files in 
boost-root/libs/iterator (or its sub-directories)?
--Beman
PS: I just read the proposal carefully, and it seems quite nice. Seems more 
understandable than the old version, too.
The one thing I'm missing is a really simple iterator_facade example so I 
can verify that my understanding is correct. Hopefully such an example will 
come as the docs mature.