commit | 6ad80c25ba315d9f99a51e5290f2b23b3ee96426 | [log] [tgz] |
---|---|---|
author | Olly Betts <olly@survex.com> | Wed May 24 16:26:37 2023 +1200 |
committer | Olly Betts <olly@survex.com> | Thu May 25 10:31:22 2023 +1200 |
tree | f193ecc375a92ca70fa56b4141227eec3d051c3b | |
parent | cb8fe39ae451aa0ba361414bb1825217f196e312 [diff] |
Support parsing C++11 auto variables This uses the existing type deduction code from decltype so has the same limitations, and such variables will only actually be wrapped when SWIG can deduce the type. Fixes #1125