FlatBuffers Version 23.3.3 (#7852)

This commit is contained in:
Derek Bailey
2023-03-03 11:46:55 -08:00
committed by GitHub
parent 6f9ea7c23c
commit 01834de25e
173 changed files with 257 additions and 251 deletions

View File

@@ -9,8 +9,8 @@
// Ensure the included flatbuffers.h is the same version as when this file was
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 23 &&
FLATBUFFERS_VERSION_MINOR == 1 &&
FLATBUFFERS_VERSION_REVISION == 21,
FLATBUFFERS_VERSION_MINOR == 3 &&
FLATBUFFERS_VERSION_REVISION == 3,
"Non-compatible flatbuffers version included");
namespace optional_scalars {