diff --git a/include/fast_float/dragonbox.h b/include/fast_float/dragonbox.h index 76efd7a..3825326 100644 --- a/include/fast_float/dragonbox.h +++ b/include/fast_float/dragonbox.h @@ -156,7 +156,7 @@ constexpr fastfloat_really_inline int remove_trailing_zeros(uint64_t& n) { // The main algorithm for shorter interval case template -FMT_INLINE decimal_fp shorter_interval_case(int exponent) FMT_NOEXCEPT { +FMT_INLINE decimal_fp shorter_interval_case(int exponent) { decimal_fp ret_value; // Compute k and beta const int minus_k = detail::floor_log10_pow2_minus_log10_4_over_3(exponent);