fix bug #1480074
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3eac44710d
commit
ce3734c42e
2 changed files with 14 additions and 1 deletions
|
|
@ -52,4 +52,7 @@ std::map<int,A*> m_identa(const std::map<int,A*>& v)
|
|||
|
||||
|
||||
|
||||
|
||||
namespace std
|
||||
{
|
||||
%template(mapii) map<int,int>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue