forked from BigfootDev/flatbuffers
Some generic C++ and Rust code is not generated when unions use type aliases because of potential ambiguity. Actually check for this ambiguity and only disable offending code only if it is found.
11 lines
174 B
Python
11 lines
174 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: Example
|
|
|
|
class AnyAmbiguousAliases(object):
|
|
NONE = 0
|
|
M1 = 1
|
|
M2 = 2
|
|
M3 = 3
|
|
|