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
Using an underscore prefix on the name of variable holding an
underscore-prefixed name is a cute convention, but it subverts the
expectations of programmers as well as the compiler's unused-variable
checks.
This changes such references to use the convention `u_` to indicate
an underscore-prefixed name instead.
0 commit comments