Closed Laeeth closed 5 years ago
No the translation of code outside the struct.
eg boolCheckType(Struct s, Struct.Enum e)
Some cpp code gets rendered as just Enum e
That's fine: the idea is to emulate the behaviour one would get from C or C++. There, enums (but not class enums in C++ post 11) pollute the global namespace.
Yes, but right now dpp breaks class enums and I wish that it would not.
Yes, but right now dpp breaks class enums and I wish that it would not.
Ah. That's a different story. I also realise I didn't understand correctly your example with boolCheckType
above.
You're a bit quick to close or dismiss issues!
It already is:
Currently translates to: