mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 17:26:51 +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)
|
||||
#endif
|
||||
}
|
||||
else value = T(i);
|
||||
else { value = T(i); }
|
||||
|
||||
answer.ec = std::errc();
|
||||
return answer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user