Commit 53cb2c6
Rename operator field to operator_info to avoid reserved keyword conflict
`operator` is a reserved keyword in C++ and C#, which would mangle
generated accessors. Renamed to `operator_info` while the field is new.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 171f21d commit 53cb2c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments