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
`TBDGenOptions` was forward declared as a `class` rather than `struct`.
The type mismatch causes a link failure as the type information is
encoded into the decorated name under the Microsoft ABI. Switch the
forward declaration to match.
0 commit comments