mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 21:11:55 +00:00
9c9fce96c7
Because they are represented as `const T *` in the Vector template, the sizeof(const T *) was accidentally used instead of sizeof(T). Change-Id: Ib4dc73e1d21396ba2e30c84e5e229c4147204bb1 Tested: on Linux.