mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 16:29:49 +00:00
8df2d9a3ef
Some implementations (e.g. C++98) won't support 64-bit enum values, but there is no reason to silently truncate them. Change-Id: I8629563523a96e887068f9c0efcd53741f60e0d6 Tested: on Linux.