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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;