update swig on windows
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
%module li_std_containers_int
|
||||
|
||||
//
|
||||
// Test containers of type int
|
||||
//
|
||||
|
||||
%include std_vector.i
|
||||
%include std_list.i
|
||||
|
||||
%template(vector_int) std::vector<int>;
|
||||
%template(list_int) std::list<int>;
|
||||
|
||||
Reference in New Issue
Block a user