change stream test name, plus more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6c5b430226
commit
2da2e15a53
9 changed files with 32 additions and 12 deletions
|
|
@ -18,6 +18,7 @@ struct A{
|
|||
namespace std
|
||||
{
|
||||
%template(pairii) pair<int, int>;
|
||||
%template(pairAA) pair<int, A>;
|
||||
%template(pairA) pair<int, A*>;
|
||||
%template(mapA) map<int, A*>;
|
||||
%template(mmapA) multimap<int, A*>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue