MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / FASTFLOAT_IF_CONSTEXPR17

Function FASTFLOAT_IF_CONSTEXPR17

app/src/ThirdParty/fast_float.h:2026–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2024 p, parse_error::missing_integer_or_dot_after_sign);
2025 }
2026 FASTFLOAT_IF_CONSTEXPR17(basic_json_fmt) {
2027 if (!is_integer(*p)) { // a sign must be followed by an integer
2028 return report_parse_error<UC>(p,
2029 parse_error::missing_integer_after_sign);
2030 }
2031 }
2032 else {
2033 if (!is_integer(*p) &&
2034 (*p !=

Callers 3

fastfloat_strncasecmp3Function · 0.85
fastfloat_strncasecmp5Function · 0.85
fastfloat_strncasecmpFunction · 0.85

Calls 1

is_integerFunction · 0.85

Tested by

no test coverage detected