tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
484 stars 29 forks source link

Contiguous sequences must be bounded #149

Closed tcbrindle closed 8 months ago

tcbrindle commented 8 months ago

If we're handing you a raw pointer to some data, we should probably also tell you where to stop reading...

This stops take_while_adaptor being contiguous, but I'm not sure why it ever was...

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (15f7941) 97.98% compared to head (884c2ce) 97.99%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #149 +/- ## ======================================= Coverage 97.98% 97.99% ======================================= Files 66 66 Lines 2383 2389 +6 ======================================= + Hits 2335 2341 +6 Misses 48 48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.