Reland: Update FlatBuffers to include multiple improvements.
This CL updates FlatBuffers to the latest version 1.6.x. This is necessary to include the following changes to the library: - d7ac378: Offset<T>::IsNull method. - 93c0960: --keep-prefix compiler option. - c559eb4: Generate files for empty schemas. - aaf5598: Fix path comparison on Windows. - fb87c0d: Improve allocator handling (fixes test). - 22743ca: Fix --keep-prefix bugs. - 642254b: Fix one more --keep-prefix issue. - dd05f32: Add tests for nested FlatBuffers. - 01c50d5: Get rid of move semantics in VectorIterator. This is a reland of https://codereview.chromium.org/2883063002/ with a compile flag added to Windows build suppressing the alignment warning. BUG=611351,713774 TBR=palmer@chromium.org Review-Url: https://codereview.chromium.org/2923203002 Cr-Commit-Position: refs/heads/master@{#477947}
Showing
Please register or sign in to comment