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:
parent
7268f58c4c
commit
3b03e6addd
5 changed files with 8 additions and 8 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue