use %std_container_methods_without_reverse_iterators
This commit is contained in:
parent
9cb90982ee
commit
88a76de9fe
3 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue