Cosmetic stray semi-colon removal after %typemap using quotes
This commit is contained in:
parent
ec965840ce
commit
c10a84c775
59 changed files with 258 additions and 256 deletions
|
|
@ -11,9 +11,9 @@ template<class T, class U> class map {
|
|||
};
|
||||
%}
|
||||
|
||||
//%typemap(in) vector<int> "$target = new vector<int>();";
|
||||
//%typemap(in) vector<unsigned int> "$target = new vector<unsigned int>();";
|
||||
//%typemap(in) map<int,int> "$target = new map<int, int>();";
|
||||
//%typemap(in) vector<int> "$target = new vector<int>();"
|
||||
//%typemap(in) vector<unsigned int> "$target = new vector<unsigned int>();"
|
||||
//%typemap(in) map<int,int> "$target = new map<int, int>();"
|
||||
|
||||
%inline %{
|
||||
void foo(vector<int > v) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue