parent
680a4ab672
commit
4e54c9a13d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue