You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the patch, jkj::dragonbox::to_decimal could return a struct with an uninitialized member if jkj::dragonbox::policy::binary_to_deciaml_rounding::do_not_care policy is set.
jkj::dragonbox::policy::binary_to_deciaml_rounding::do_not_care is not the default policy so code using the default policy for binary-to-decimal rounding is not affected.
Hotfix of a bug reported in #26.
The previous version only compiles when jkj::dragonbox::policy::decimal_to_binary_rounding is set to one of round-to-nearest's.
Now other rounding modes work as well.