Add std_shared_ptr.i for Scilab and R as boost_shared_ptr.i is already available
This commit is contained in:
parent
60ee821bca
commit
3ce3ce0683
2 changed files with 4 additions and 0 deletions
2
Lib/r/std_shared_ptr.i
Normal file
2
Lib/r/std_shared_ptr.i
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define SWIG_SHARED_PTR_NAMESPACE std
|
||||
%include <boost_shared_ptr.i>
|
||||
2
Lib/scilab/std_shared_ptr.i
Normal file
2
Lib/scilab/std_shared_ptr.i
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define SWIG_SHARED_PTR_NAMESPACE std
|
||||
%include <boost_shared_ptr.i>
|
||||
Loading…
Add table
Add a link
Reference in a new issue