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
A class that derives from a thread-affinitized base class is expected to assert thread affinity before the chained constructor call, which is impossible.
Repro steps
Given a class declared to derive from these types:
Bug description
A class that derives from a thread-affinitized base class is expected to assert thread affinity before the chained constructor call, which is impossible.
Repro steps
Given a class declared to derive from these types:
Another class
Expected behavior
The warning should not be emitted at the location suppressed above.
The text was updated successfully, but these errors were encountered: