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
Document enum copying and assignment behavior (#3716)
An enum derived from a struct type bypasses its base type's copy
constructor, postblit, and identity opAssign overloads (if any). This
behavior is a special case, and does not apply to other operator
overloads or special member functions of the base type (e.g.,
destructors), so it should be documented explicitly.
0 commit comments