mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-09 11:16:45 +08:00
Merge 3c6a64b87d3491659a7a31520d3c1f3733f350bf into 221a4920db7d68d33ab9794af602daef19667351
This commit is contained in:
commit
ec7434beb4
@ -313,8 +313,6 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename UC>
|
template <typename UC>
|
||||||
@ -369,8 +367,6 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compares two ASCII strings in a case insensitive manner.
|
// Compares two ASCII strings in a case insensitive manner.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user