swig/Source/Include
Olly Betts 5104040dc9 Partial support for auto without trailing return type
This is a C++14 feature.

SWIG can now parse some cases of this.  The limitation is that there
can either be nothing or `const` between the `)` and the end of the
parameter list and the `{` at the start of the body.

Fixes #2446
2023-05-18 15:19:23 +12:00
..
swigwarn.h Partial support for auto without trailing return type 2023-05-18 15:19:23 +12:00