Commit 70d1bdf
fix: use explicit this-> in server_cursor lambda to silence clang-20
Clang-20 warns about unused lambda capture of 'this' in generic lambdas
even when member functions are called. Using explicit this-> makes the
dependency visible to the compiler.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 37aa68e commit 70d1bdf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments