Flatbuffers Version 2.0.7 (#7462)

This commit is contained in:
Derek Bailey
2022-08-22 21:42:15 -07:00
committed by GitHub
parent d6f06c33f7
commit 8367664f15
45 changed files with 66 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 2 &&
FLATBUFFERS_VERSION_MINOR == 0 &&
FLATBUFFERS_VERSION_REVISION == 6,
FLATBUFFERS_VERSION_REVISION == 7,
"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 == 2 &&
FLATBUFFERS_VERSION_MINOR == 0 &&
FLATBUFFERS_VERSION_REVISION == 6,
FLATBUFFERS_VERSION_REVISION == 7,
"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 == 2 &&
FLATBUFFERS_VERSION_MINOR == 0 &&
FLATBUFFERS_VERSION_REVISION == 6,
FLATBUFFERS_VERSION_REVISION == 7,
"Non-compatible flatbuffers version included");
struct Attacker;