mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-01-01 03:12:18 +08:00
removing space
This commit is contained in:
parent
0b11d0a70f
commit
f9ddc75c69
@ -54,7 +54,6 @@ fastfloat_really_inline const char *seek_ip_end(const char *p,
|
|||||||
|
|
||||||
enum class parse_method { standard, fast_float };
|
enum class parse_method { standard, fast_float };
|
||||||
|
|
||||||
|
|
||||||
template <parse_method use_standard>
|
template <parse_method use_standard>
|
||||||
fastfloat_really_inline std::pair<bool, uint32_t>
|
fastfloat_really_inline std::pair<bool, uint32_t>
|
||||||
simple_parse_ip_line(const char *p, const char *pend) {
|
simple_parse_ip_line(const char *p, const char *pend) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user