[C++] Object API - Skip including empty vectors
In C++ Object API, the generate ObjectT contain empty std::vector<T> that are then serialized in the generated Pack function. There is no check if the vector is empty, so it will create a vector of size 0 (which increases the size of the binary).
It's also semantically wrong if we're going to give users control over nullability of vectors as per #6053
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.
This issue was automatically closed due to no activity for 6 months plus the 14 day notice period.