Skip to content

Commit 037f59d

Browse files
committed
fix macro
Signed-off-by: Shikhar <shikharish05@gmail.com>
1 parent c0d3fac commit 037f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/ascii_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ parse_int_string(UC const *p, UC const *pend, T &value,
509509

510510
UC const *const start_digits = p;
511511

512-
FASTFLOAT_IF_CONSTEXPR17(std::is_same<T, std::uint8_t>::value) {
512+
FASTFLOAT_IF_CONSTEXPR17((std::is_same<T, std::uint8_t>::value)) {
513513
const size_t len = (size_t)(pend - p);
514514
if (len == 0) {
515515
if (has_leading_zeros) {

0 commit comments

Comments
 (0)