💚 fix CI and #1521

This commit is contained in:
Niels Lohmann 2019-03-17 15:20:22 +01:00
parent df0f7f2b5d
commit 56f6d1d68e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
5 changed files with 12 additions and 12 deletions

View file

@ -626,7 +626,7 @@ class serializer
}
// use a pointer to fill the buffer
auto buffer_ptr = begin(number_buffer);
auto buffer_ptr = number_buffer.begin();
const bool is_negative = std::is_same<NumberType, number_integer_t>::value and not(x >= 0); // see issue #755
number_unsigned_t abs_value;