Fix operator precedence in preprocessor expressions

This commit is contained in:
Olly Betts 2022-07-26 12:35:58 +12:00
commit de5ce08a7d
4 changed files with 48 additions and 10 deletions

View file

@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
2022-07-26: olly
Fix incorrect operator precedence in preprocessor expressions.
2022-07-20: wsfulton
[C#, Java] Ensure the order of interfaces generated in proxy interfaces for the
%interface family of macros is the same as that parsed from the bases in C++.