mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
In C++ we cannot have both assignment operator and const member. Since span::operator= is defined, span::count_ constness must be removed.