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
Fix issue 21198 - Inout copy constructor on union field does not prevent copy-initialization of union
Previously, generated copy constructors of unions were disabled only if
they failed to type-check. They are now disabled in all cases, as
required by the language spec.
0 commit comments