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:
William S Fulton 2010-05-10 17:58:06 +00:00
commit 02b31416f6
2 changed files with 4 additions and 0 deletions

View file

@ -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";