Skip to content

Commit a592697

Browse files
authored
Merge branch 'fastfloat:main' into main
2 parents c4a979f + 2e4ed7d commit a592697

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/fast_float/float_common.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
333333
return false;
334334
}
335335
}
336+
return true;
336337
} else {
337338
uint64_t val1{0}, val2{0};
338339
uint64_t mask{0};
@@ -377,6 +378,7 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
377378
return false;
378379
}
379380
}
381+
return true;
380382
} else {
381383
uint64_t val1{0}, val2{0};
382384
FASTFLOAT_IF_CONSTEXPR17(sizeof(UC) == 1) {
@@ -429,6 +431,7 @@ fastfloat_strncasecmp(UC const *actual_mixedcase, UC const *expected_lowercase,
429431
return false;
430432
}
431433
}
434+
return true;
432435
} else {
433436
uint64_t val1{0}, val2{0};
434437
uint64_t mask{0};

0 commit comments

Comments
 (0)