You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should work, since TYPE_1 and TYPE_2 are constants, but it does not, instead this error is emitted: ThreeTypes{TYPE_1, TYPE_2, TYPE_1}' is not a compile-time known constant
The text was updated successfully, but these errors were encountered:
Context
Behavior
typeids cannot be used in struct constants or arrays:
This should work, since TYPE_1 and TYPE_2 are constants, but it does not, instead this error is emitted:
ThreeTypes{TYPE_1, TYPE_2, TYPE_1}' is not a compile-time known constant
The text was updated successfully, but these errors were encountered: