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
The code was referring to a member which didn't exist. This was uncovered by a
recent Clang change [1] which made the compiler lookup these names at template
parse time rather than instantiation time.
1. llvm/llvm-project#90152
PiperOrigin-RevId: 630952202
0 commit comments