mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 00:14:12 +00:00
Add ForceVectorAlignment64 and test (#7977)
This commit is contained in:
@@ -44,6 +44,10 @@ table RootTable {
|
||||
// nested vecotrs (e.g.: [[type]] ), so going through a wrapper table allows
|
||||
// this.
|
||||
many_vectors:[WrapperTable];
|
||||
|
||||
// A vector that has force_align to test that the 32/64 bit region of the
|
||||
// builder is respected.
|
||||
forced_aligned_vector:[ubyte] (vector64, force_align:32);
|
||||
}
|
||||
|
||||
root_type RootTable;
|
||||
|
||||
Reference in New Issue
Block a user