mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 04:25:17 +00:00
5797540ed0
* Fix C/C++ Create<Type>Direct with sorted vectors If a struct has a key the vector has to be sorted. To sort the vector you can't use "const". * Changes due to code review * Improve code readability