mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-05 15:30:21 +00:00
[C++] support native_inline attribute for vector of tables (#7479)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
table NativeInlineTable {
|
||||
a: int;
|
||||
}
|
||||
|
||||
table TestNativeInlineTable {
|
||||
t: [NativeInlineTable] (native_inline);
|
||||
}
|
||||
Reference in New Issue
Block a user