mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 09:09:02 +08:00
parent
680a4ab672
commit
4e54c9a13d
@ -10135,7 +10135,7 @@ class serializer
|
||||
return;
|
||||
}
|
||||
|
||||
const bool is_negative = (x <= 0) and (x != 0); // see issue #755
|
||||
const bool is_negative = not (x >= 0); // see issue #755
|
||||
std::size_t i = 0;
|
||||
|
||||
while (x != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user