Skip to content

Commit 0b1a1e8

Browse files
committed
Handle rookie syntax error
1 parent 789c2e1 commit 0b1a1e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/decimal/charconv.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,6 @@ BOOST_DECIMAL_CONSTEXPR auto to_chars_hex_impl(char* first, char* last, const Ta
694694
*first++ = '0';
695695
}
696696

697-
const int abs_exp { (exp < 0) ? -exp : exp };
698-
699697
return to_chars_integer_impl<std::uint32_t, std::uint32_t>(first, last, static_cast<std::uint32_t>(abs_exp), 10);
700698
}
701699

0 commit comments

Comments
 (0)