$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nigel Stewart (nigels_at_[hidden])
Date: 2003-07-22 20:43:05
>>In other words, user will be able to treat circular_buffer content as
>>continuous array of values in this moment.
Is that a semantic that could be guaranteed by the
copy constructor and/or assignment operator? In that
case, no need to change the interface. It's going to
be a linear-time copy, anyway.
Nigel