scilab: library stl.i include same libraries as in other languages
This commit is contained in:
parent
71b838b777
commit
34db2b83c5
3 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
|||
%module li_std_container_typemaps
|
||||
|
||||
%include stl.i
|
||||
%include std_list.i
|
||||
%include std_deque.i
|
||||
%include std_set.i
|
||||
|
||||
%{
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue