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

Add the implicit conversion from iterator to const_iterator #7

Closed martinmoene closed 7 years ago

martinmoene commented 7 years ago

Add operator ring_iterator<Ring, true>() const noexcept as in sg14's ring, pr 103.

martinmoene commented 7 years ago

Added as extension