$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nigel Stewart (nigels_at_[hidden])
Date: 2003-07-23 11:48:53
Oops, self-correction needed here:
> Poses the question of how a const circular_buffer
> could be accessed as a const array:
>
> const T * const circular_buffer<T>::data() const
> { ^^^^^
> ??
> }