mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-26 08:06:58 +00:00
10 lines
190 B
OpenEdge ABL
10 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>
|
|
|