forked from BigfootDev/flatbuffers
FlatBuffers Version 24.12.23 (#8459)
* FlatBuffers Release 24.12.23 * Fixed missing generated file version checks * Run generate_code and fix cpp17 tests
This commit is contained in:
@@ -6,7 +6,7 @@ import FlatBuffers
|
||||
|
||||
public struct Property: NativeStruct, Verifiable, FlatbuffersInitializable, NativeObject {
|
||||
|
||||
static func validateVersion() { FlatBuffersVersion_24_3_25() }
|
||||
static func validateVersion() { FlatBuffersVersion_24_12_23() }
|
||||
|
||||
private var _property: Bool
|
||||
|
||||
@@ -49,7 +49,7 @@ extension Property: Encodable {
|
||||
|
||||
public struct Property_Mutable: FlatBufferObject {
|
||||
|
||||
static func validateVersion() { FlatBuffersVersion_24_3_25() }
|
||||
static func validateVersion() { FlatBuffersVersion_24_12_23() }
|
||||
public var __buffer: ByteBuffer! { return _accessor.bb }
|
||||
private var _accessor: Struct
|
||||
|
||||
@@ -74,7 +74,7 @@ public struct Property_Mutable: FlatBufferObject {
|
||||
|
||||
public struct TestMutatingBool: FlatBufferObject, Verifiable, ObjectAPIPacker {
|
||||
|
||||
static func validateVersion() { FlatBuffersVersion_24_3_25() }
|
||||
static func validateVersion() { FlatBuffersVersion_24_12_23() }
|
||||
public var __buffer: ByteBuffer! { return _accessor.bb }
|
||||
private var _accessor: Table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user