Skip to content

Commit

Permalink
Update parse_number.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Aug 22, 2024
1 parent 9cebeb1 commit 0f8009d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fast_float/parse_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ from_chars(UC const *first, UC const *last, T &value,
template <typename T, typename UC>
FASTFLOAT_CONSTEXPR20 from_chars_result_t<UC>
from_chars_advanced(parsed_number_string_t<UC> &pns, T &value) noexcept {
printf("from_chars_advanced\n");
static_assert(is_supported_float_type<T>(),
"only some floating-point types are supported");
static_assert(is_supported_char_type<UC>(),
Expand Down

0 comments on commit 0f8009d

Please sign in to comment.