dev2575

Results 3 comments of dev2575

I believe the C++ and Java code generated is fine as is since we can support regular enums and masks of enums with it. However, Swift crashes if the C++...

I agree that to use masks and bit-wise operations, the numbers must all be a power of 2. You could do something to automate this but since it is already...

Hi Daniel, Thank your for the update. I haven't tested it yet, but could you please clarify why you use 'std::unordered_set in C++' instead of just a simple MyFlags containing...