mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
When a field combines cpp_vec_type (e.g. eastl::vector) with native_type on a struct, the generated Pack method now uses the pointer+size overload of CreateVectorOfNativeStructs instead of the std::vector overload, which only accepts std::vector. Adds a dedicated test covering the combined attribute case. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
68 KiB
68 KiB