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
This provides two advantages:
1) Member access such as testing the number of operands does not break
sharing, because it is done in a const context.
2) Code re-use: we no longer implement the same check in two different
ways.
All changes in this commit were applied automatically via text
replacement.
0 commit comments