mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
* C++: Add option to skip verifying nested flatbuffers Additionally, add an options struct to the verifier for those who prefer designated initializers to default arguments. The former constructor is defined in terms of the latter because in old c++, having default values for members removes list initialization, making defining constructors in the other way a lot more challenging to write. * fixes * fmt * formatting, and remove an argument * fix Co-authored-by: Casper Neo <cneo@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>