arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

Make immer::box work with forward declared types #282

Closed arximboldi closed 5 months ago

arximboldi commented 5 months ago

Thanks @alex-sparus for reporting and fixing this one!

Based on: https://github.com/alex-sparus/immer/commit/c29e7ff9ac8478e78ba568d3d74a7a7c937456f9

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 90.53%. Comparing base (701e125) to head (6d22844).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #282 +/- ## ======================================= Coverage 90.53% 90.53% ======================================= Files 120 120 Lines 12147 12151 +4 ======================================= + Hits 10997 11001 +4 Misses 1150 1150 ```

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