mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:21:06 +00:00
4ec5e8db90
* Add option to not generate direct copy methods. The direct copy methods generated by flatc utilize std::vector which isn't allowed on some embedded systems. Permit users of the compiler to not generate these methods so they don't have to be stubbed out. * Update docs for no-cpp-direct-copy option.