mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:01:03 +00:00
a56f9ec50e
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.