Removed object reporting in non-verbose from newobject demos. Made wstring treat them as normal strings as advertised. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
190 B
OpenEdge ABL
9 lines
190 B
OpenEdge ABL
|
|
%warnfilter(801) std::string; // wrong class name
|
|
%warnfilter(378) std::basic_string::operator!=;
|
|
|
|
|
|
AUTODOC(substr, "Return a portion of the String");
|
|
|
|
%include <typemaps/std_string.swg>
|
|
|