google / flatbuffers

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

is std::variant works with union field? #8318

Open ocpalo opened 1 month ago

ocpalo commented 1 month ago

Is std::variant supported for the union type? I saw a PR that is closed without merged. What is the status for this?