$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Bellot (david.bellot_at_[hidden])
Date: 2019-09-09 01:16:28
>
> > I am working on a circular queue library that contains a non-owning
> > circular span, a fixed-sized circular array, and a dynamically
> > resizable circular vector.
> >
> > Would you be interested in adding such a library to Boost?
> >
> > The design is inspired by Boost.CircularBuffer, std::span, and P0059R4
> > std::experimental::ring_span.
>
> I am interested. If you decide to go forward with a formal review,
> consider this my endorsement.
>
As a big user of circular buffer, I'm always interested in seeing
improvements and new ideas on the same concept.
So same here for the endorsement...