archonitelabs / radiant-cpp

Radiant Library (C++)
Apache License 2.0
2 stars 1 forks source link

nothrow assertions #12

Closed jxy-s closed 2 months ago

jxy-s commented 2 months ago

Radiant originally only enforced that destructors should not throw. Radiant is now adopting a policy that move operations should not throw too.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 91.08%. Comparing base (6e87fba) to head (8ca1239).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 91.13% 91.08% -0.06% ========================================== Files 17 17 Lines 1930 1930 Branches 235 235 ========================================== - Hits 1759 1758 -1 Misses 14 14 - Partials 157 158 +1 ```

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