mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
This is a breaking change, anyone having schema files with enums that do not specify a type will get a specialized error: must specify the underlying integer type for this enum (e.g. ': short', which was the default). All of the samples and docs already had a type specified, so hopefully this will affect very few people. Bug: 15777205 Change-Id: I9b8d7c0827867f7efb6c217346db7e402695eff0 Tested: on Windows |
||
|---|---|---|
| .. | ||
| Benchmarks.md | ||
| Building.md | ||
| Compiler.md | ||
| CppUsage.md | ||
| doxyfile | ||
| FlatBuffers.md | ||
| Grammar.md | ||
| Internals.md | ||
| JavaUsage.md | ||
| Schemas.md | ||
| WhitePaper.md | ||