Merge 53420cbe01 into 95432c34f9
This commit is contained in:
commit
1da5ac6d09
@ -442,7 +442,7 @@ class serializer
|
||||
return;
|
||||
}
|
||||
|
||||
const bool is_negative = (x <= 0) and (x != 0); // see issue #755
|
||||
const bool is_negative = !(x>=0); // see issue #755
|
||||
std::size_t i = 0;
|
||||
|
||||
while (x != 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user