martinmoene / ring-span-lite

ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
148 stars 12 forks source link

clear() member function #15

Closed degski closed 5 years ago

degski commented 5 years ago

Please add (even as an extension) a clear() member function [I've added an issue to the SG14 repo]. I assume it's clear (no pun intended) what it is supposed to do.

degski commented 5 years ago

Seems one needs to construct a new ring_span.