7 Sep
2019
7 Sep
'19
5:26 p.m.
On Thu, Sep 5, 2019 at 11:52 AM Bjorn Reese wrote:
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. Glen