Moved functors away from std_set.i and std_map.i
into their own std_functors.i file. Made binarypredicate, etc. be templates to allow more strict predicates/functors. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9815 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
765e3d27f0
commit
b20fd0d06f
5 changed files with 102 additions and 37 deletions
|
|
@ -403,8 +403,6 @@
|
|||
|
||||
%mixin std::map "Enumerable";
|
||||
|
||||
%include <rubystdfunctors.swg>
|
||||
|
||||
|
||||
%rename("delete") std::map::__delete__;
|
||||
%rename("reject!") std::map::reject_bang;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue