Re: SWIG: GCC compile errors with unsigned c har when using the compactdefaultargs or kwargs feature
"Alberto Luaces" <[email protected]>
| Newsgroups | gmane.comp.programming.swig |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 12, 2020, at 09:07, Terry Barnaby wrote: > bds_wrap.cpp:2947:40: error: expected primary-expression before ‘unsigned’ > 2947 | unsigned char arg1 = (unsigned char) unsigned char() ; To me, it looks like a C++ issue. If you typedef T to a single word, you can get this running. _______________________________________________ Swig-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/swig-user