tcbrindle / flux

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

Avoid overflow in cartesian_product size() impl #168

Closed tcbrindle closed 5 months ago

tcbrindle commented 5 months ago

Fixes #167

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (6610792) 98.06% compared to head (b4c244d) 98.06%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ======================================= Coverage 98.06% 98.06% ======================================= Files 69 69 Lines 2424 2426 +2 ======================================= + Hits 2377 2379 +2 Misses 47 47 ```

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

tcbrindle commented 5 months ago

Thanks for the review @isaacy2012 👍