Rename fixes to STL.

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
This commit is contained in:
Gonzalo Garramuno 2007-05-05 00:46:20 +00:00
commit 81c84b7e8c
16 changed files with 131 additions and 125 deletions

View file

@ -211,17 +211,7 @@
%enddef
#if defined(SWIG_RUBY_AUTORENAME)
%mixin std::multimap "Enumerable";
%rename("empty?") std::multimap::empty;
#else
%mixin std::multimap "Enumerable";
%rename("empty?") std::multimap::empty;
#endif
%mixin std::multimap "Enumerable";
%include <std/std_multimap.i>