Some octave SWIG test-suite warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12017 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
948748f8e8
commit
02b31416f6
2 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ see bottom for a set of possible tests
|
|||
%rename(MinusMinusPostfix) operator--(int);
|
||||
#endif
|
||||
|
||||
%rename(IndexInto) *::operator[](unsigned idx); // some languages have a %rename *::operator[] already in place, which seems to takes precedence over the above %rename operator[].
|
||||
|
||||
#ifdef SWIGCSHARP
|
||||
%csmethodmodifiers operator++() "protected";
|
||||
%csmethodmodifiers operator++(int) "private";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue