use %std_container_methods_without_reverse_iterators

This commit is contained in:
Takashi Tamura 2017-01-29 09:47:18 +09:00
commit 88a76de9fe
3 changed files with 7 additions and 9 deletions

View file

@ -6,7 +6,6 @@
//
%include <std_unordered_map.i>
#define SWIG_NO_REVERSE_ITERATOR_METHODS
%define %std_unordered_multimap_methods(mmap...)
%std_unordered_map_methods_common(mmap);
@ -86,4 +85,3 @@ namespace std {
%std_unordered_multimap_methods(unordered_multimap);
};
}
#undef SWIG_NO_REVERSE_ITERATOR_METHODS