10 lines
190 B
OpenEdge ABL
Raw Normal View History

2020-04-22 12:56:21 -04:00
%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>