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:
parent
a6fa331dae
commit
fd964ef50c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue