Fix a few minor inconsistencies in the STL wrappers

Mainly to use a more normal constructor declaration and to enable
classes with more than one template parameter to be used as container types.
This commit is contained in:
William S Fulton 2016-11-29 19:35:09 +00:00
commit 3b03e6addd
5 changed files with 8 additions and 8 deletions

View file

@ -121,7 +121,7 @@ namespace std {
%swig_stack_methods_val(std::stack< _Tp*, _Sequence >);
#endif
%std_stack_methods_val(std::stack< _Tp*, _Sequence >);
%std_stack_methods_val(stack);
};
}