Add std_shared_ptr.i for Scilab and R as boost_shared_ptr.i is already available

This commit is contained in:
William S Fulton 2018-02-13 19:45:03 +00:00
commit 3ce3ce0683
2 changed files with 4 additions and 0 deletions

2
Lib/r/std_shared_ptr.i Normal file
View file

@ -0,0 +1,2 @@
#define SWIG_SHARED_PTR_NAMESPACE std
%include <boost_shared_ptr.i>

View file

@ -0,0 +1,2 @@
#define SWIG_SHARED_PTR_NAMESPACE std
%include <boost_shared_ptr.i>