mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-15 07:02:43 +08:00
lint
This commit is contained in:
parent
52aef56385
commit
fa8c3a711a
@ -771,7 +771,6 @@ template <typename T, typename UC>
|
||||
fastfloat_really_inline FASTFLOAT_CONSTEXPR20 from_chars_result_t<UC>
|
||||
parse_int_string(UC const *p, UC const *pend, T &value,
|
||||
parse_options_t<UC> const options) noexcept {
|
||||
|
||||
FASTFLOAT_ASSUME(p < pend); // so dereference without checks
|
||||
from_chars_result_t<UC> answer;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user