libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Switch type discriminator to std::in_place_type #33

Closed Bronek closed 8 months ago

Bronek commented 8 months ago

This improves consistency with similar uses of std::in_place_type_t in C++ standard.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (e01b0a1) 100.00% compared to head (6ab80bf) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 14 14 Lines 439 438 -1 Branches 123 123 ========================================= - Hits 439 438 -1 ```

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