mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 00:31:07 +00:00
1d063d87cf
Change the FlatBufferBuilder's methods to accept std::vector parameters with non-default allocator, by adding another template parameter to them. This should make using the builder slightly more convenient, as one won't need to manually pass data() and size() separately.