mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
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.