Skip to content

Commit

Permalink
Remove unnecessary type repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon committed Apr 4, 2024
1 parent 1d5e82a commit f05785f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/dragonbox/dragonbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -2063,8 +2063,7 @@ namespace jkj {
}
}

return unsigned_decimal_fp<typename FormatTraits::carrier_uint, false>{
significand, exponent};
return {significand, exponent};
}

template <class FormatTraits>
Expand Down

0 comments on commit f05785f

Please sign in to comment.