google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
22.52k stars 3.19k forks source link

[C++] Update the validator to skip structs in namespaces other than the current one. #8324

Closed anton-bobukh closed 1 month ago

anton-bobukh commented 1 month ago

This fixes the build when one has multiple tables/structs with the same name but in different namesaces.