Commit ab3500f
authored
Remove constructor bodies in ibor and overnight indexes
This looks like a confusion with %extend syntax for constructors[1]. These are regular constructors, so the syntax is wrong, but the bodies are ignored by SWIG anyway.
[1] https://www.swig.org/Doc4.1/Python.html#Python_nn431 parent 9b879b2 commit ab3500f
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | | - | |
| 271 | + | |
274 | 272 | | |
275 | 273 | | |
276 | 274 | | |
| |||
282 | 280 | | |
283 | 281 | | |
284 | 282 | | |
285 | | - | |
286 | | - | |
287 | | - | |
| 283 | + | |
288 | 284 | | |
289 | 285 | | |
290 | 286 | | |
| |||
0 commit comments