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