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

Fix missing reverse_adaptor constraints #144

Closed tcbrindle closed 8 months ago

tcbrindle commented 9 months ago

Fixes #143

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (1e9f04b) 97.99% compared to head (e792da7) 97.98%.

:exclamation: Current head e792da7 differs from pull request most recent head fb7d822. Consider uploading reports for the commit fb7d822 to get more accurate results

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

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

tcbrindle commented 9 months ago

Woo, ICEs in two different compilers at once, this must be a good commit...