FlatBuffers Version 22.10.26 (#7607)

This commit is contained in:
Derek Bailey 2022-10-26 16:02:38 -07:00 committed by GitHub
parent ac485609c4
commit 203241ed32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
159 changed files with 220 additions and 218 deletions

View file

@ -12,7 +12,7 @@
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 22 &&
FLATBUFFERS_VERSION_MINOR == 10 &&
FLATBUFFERS_VERSION_REVISION == 25,
FLATBUFFERS_VERSION_REVISION == 26,
"Non-compatible flatbuffers version included");
namespace MyGame {

View file

@ -10,7 +10,7 @@
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 22 &&
FLATBUFFERS_VERSION_MINOR == 10 &&
FLATBUFFERS_VERSION_REVISION == 25,
FLATBUFFERS_VERSION_REVISION == 26,
"Non-compatible flatbuffers version included");
namespace optional_scalars {

View file

@ -10,7 +10,7 @@
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 22 &&
FLATBUFFERS_VERSION_MINOR == 10 &&
FLATBUFFERS_VERSION_REVISION == 25,
FLATBUFFERS_VERSION_REVISION == 26,
"Non-compatible flatbuffers version included");
struct Attacker;