$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-01-10 20:13:37
----- Original Message ----- >
> Comments and opinions?
I think this would make a great addition to boost. An interesting thing to
note about cdeque is that it has a form of "segmented iterator" just as
deque does. Matt Austern wrote about these in a paper as part of a generic
programming conference
(http://www.cs.rpi.edu/~musser/gp/dagstuhl/AusternAbstract.html) I hope
he'll publish the paper online. Dietmar has recently announced that he's
taking advantage of this capability in his standard library implementation.
I wonder if Dietmar would consider contributing some of these algorithm
implementations to boost...
-Dave