Refactor `binary_serializer` internals
Let the internal functor use a pointer + number of bytes instead of two pointers. This saves some code in the implementation by moving the computation of the two iterators to the functor and also should get rid of a false positive in Coverity.
Showing
Please register or sign in to comment