$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daryle Walker (dwalker07_at_[hidden])
Date: 2003-07-22 04:11:32
Could circular_buffer be done like std::stack and std::queue, as an
adapter for a regular container class? You may have to have a custom
iterator, though.
Daryle