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

@ -32,6 +32,8 @@ SWIGINTERNINLINE octave_value
}
}
%ignore std::basic_string::operator +=;
%include <std/std_basic_string.i>
%typemaps_asptrfromn(%checkcode(STRING), std::basic_string<char>);