mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:41:07 +00:00
5c0f914f38
* forbid enum values that are out of range Enum values that are out of range can lead to generated C++ code that does not compile. Also forbid boolean enums. * update enum and union documentation slightly