mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-11 04:39:54 +08:00
Explicit curly bracket where suggested
Co-authored-by: Daniel Lemire <daniel@lemire.me>
This commit is contained in:
parent
a59a62cb5c
commit
882a716c12
@ -534,7 +534,7 @@ from_chars_result_t<UC> parse_int_string(UC const* p, UC const* pend, T& value,
|
|||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else value = T(i);
|
else { value = T(i); }
|
||||||
|
|
||||||
answer.ec = std::errc();
|
answer.ec = std::errc();
|
||||||
return answer;
|
return answer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user