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:
Gonzalo Garramuno 2007-05-16 22:48:01 +00:00
commit b20fd0d06f
5 changed files with 102 additions and 37 deletions

View file

@ -403,8 +403,6 @@
%mixin std::map "Enumerable";
%include <rubystdfunctors.swg>
%rename("delete") std::map::__delete__;
%rename("reject!") std::map::reject_bang;