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
The example "enum GizmoId = int;" should be changed to use the new style of declaring strong typedefs; that is, with structs: "struct Gizmold( int );". The accompanying description needs a nudge as well.