mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 04:55:18 +00:00
85f64786da
Previously, if you were re-using instances of FlatBufferBuilder and an earlier buffer would use a 64bit item where later ones do not, you could be wasting space. Change-Id: Ic8090a38f97ce73194e991ba72bcfae74a7ace9f Tested: on Linux.