Note workaround for -DFOO change
Code relying on FOO being defined as empty needs to change, but can just use -DFOO= instead and remain compatible with older SWIG. Fixes #2363
This commit is contained in:
parent
ad1688055d
commit
7eb54a38b1
1 changed files with 6 additions and 0 deletions
|
|
@ -657,6 +657,12 @@ Version 4.1.0 (in progress)
|
|||
consistency with C/C++ compiler preprocessors. Previously
|
||||
SWIG set FOO to an empty value.
|
||||
|
||||
Existing invocations of SWIG with `-DFOO` where the empty value
|
||||
matters can be updated to `-DFOO=` which should work with both
|
||||
old and new releases of SWIG.
|
||||
|
||||
*** POTENTIAL INCOMPATIBILITY ***
|
||||
|
||||
2022-02-06: sethrj
|
||||
#2194 Classes that are non-assignable due to const data or const
|
||||
reference members are now automatically detected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue