forked from BigfootDev/flatbuffers
In C++ we cannot have both assignment operator and const member. Since span::operator= is defined, span::count_ constness must be removed.
In C++ we cannot have both assignment operator and const member. Since span::operator= is defined, span::count_ constness must be removed.