tcbrindle / NanoRange

Range-based goodness for C++17
Boost Software License 1.0
358 stars 28 forks source link

Implement ranges::cdata #105

Closed bstaletic closed 4 years ago

bstaletic commented 4 years ago

Reference: https://eel.is/c++draft/range.access#range.prim.cdata

Basically cdata is to data what cbegin is to begin - add const and call the other one.

tcbrindle commented 4 years ago

Looks good to me, thanks. I didn't realise we didn't have this one already...