Commit afede60
Adam Cozzette
Fix warning about implicit capture of 'this' with '=' (#22083)
The compiler warns about this if you build with
`-Wdeprecated-this-capture`.
The code has been changed in such a way that this issue no longer exists
in 30.0 and newer, so this fix should be merged directly to 29.x instead
of being cherry-picked.
Fixes #22072.1 parent 34d73ac commit afede60
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments