std::set is now Enumerable once again.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9741 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-01 10:00:14 +00:00
commit fd964ef50c

View file

@ -59,12 +59,12 @@
#if defined(SWIG_RUBY_AUTORENAME)
// %mixin std::set "Enumerable";
%mixin std::set "Enumerable";
%rename("empty?") std::set::empty;
#else
// %mixin std::set "Enumerable";
%mixin std::set "Enumerable";
%rename("empty?") std::set::empty;
#endif