Closed spectranaut closed 7 months ago
Yeah, that's just SWIG not wrapping operator=
- i.e. I've used operator overloading on some data types which are exposed to SWIG, and SWIG won't wrap the overloaded operators unless we rename them (e.g. to reassign()
or something). I should probably just add a warning suppression for them.
Edit: did this here https://github.com/Igalia/acacia/pull/203
On mac I get a lot of warnings when I build -- do you get these @alice?