$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nigel Stewart (nigels_at_[hidden])
Date: 2003-06-13 09:02:46
 > I'm afraid I'm asking somebody else to do work here
> though.  I've got a resizing circular buffer (Metrowerks::cdeque has 
> shipped with CodeWarrior for years), but I'm not at liberty to share the 
> source.  
        I'm busy too, on my agenda is a 2-dimensional circular buffer
        concept - which led me to revisit boost, and start lurking
        on gmane.comp.lib.boost.devel.  I think if Jan goes ahead
        with non-autoresizing circular_buffer, I might use that
        as a basis for my 2-dimensional variant.  (A 2d sliding
        window caching kind of problem)  With Jan's permission/blessing
        obviously....  Perhaps better not to infringe on Metrowerks
        unless absolutely no consensus can be formed by patient
        debate... :-)
        The conceptual process here has been a big help for me
        to crystalise some aspects of circular buffers, I genuinely
        think that circular_buffer and circular_deque would both
        be worthy additions to boost, once refined.