$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-05-07 07:47:54
>>>>> "Sören" == Sören Meyer-Eppler <S> writes:
>> I have an implementation for a circular (ring) buffer that may be of
Sören> What is a ring buffer? A circular linked list for example? Wouldn't that be
Sören> best implemented as a thin container wrapper or even iterator adaptor?
It is a linear array that is addressed in a circular fashion.