diff options
author | Gonzalo Garramuno <ggarra@advancedsl.com.ar> | 2007-05-02 10:00:26 +0000 |
---|---|---|
committer | Gonzalo Garramuno <ggarra@advancedsl.com.ar> | 2007-05-02 10:00:26 +0000 |
commit | 594483bbda07106f703615db51436feb56017cfb (patch) | |
tree | ad0115a5145ad09b284389079f9db255c133e9bb /Lib/ruby/std_string.i | |
parent | 199271455143effe253d1dc998a63444d8b6c4b6 (diff) | |
download | swig-594483bbda07106f703615db51436feb56017cfb.tar.gz |
STL stream support for Ruby.
docstring and autodoc support for Ruby.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ruby/std_string.i')
-rw-r--r-- | Lib/ruby/std_string.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/ruby/std_string.i b/Lib/ruby/std_string.i index dc1378ae6..1a715bc1a 100644 --- a/Lib/ruby/std_string.i +++ b/Lib/ruby/std_string.i @@ -1 +1,6 @@ + +%warnfilter(801) std::string; // wrong class name +%warnfilter(378) std::basic_string::operator!=; + %include <typemaps/std_string.swg> + |