mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
If flatbuffers is built in C++11 mode, but there is a recent version of absl which requires C++14, the build will fail. Cf https://github.com/MapServer/MapServer/issues/6822 for the use case that triggered this.