mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
In >= C++11 mode, generate default member initializers instead of a default constructor. The new code is semantically equivalent, but will allow aggregate initialization in C++20. This is a different take on #5951.