Skip to content
Snippets Groups Projects
Commit ef241c44 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

(swig) Added boost::shared_ptr import

parent 1c08da81
No related merge requests found
......@@ -14,6 +14,8 @@
%include "std_string.i"
%include "std_vector.i"
%include "boost_shared_ptr.i"
%nodefaultctor Wccl::FunctionalOpSequence;
%template(fun_op_ptr_t) boost::shared_ptr<FunctionalOperator>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment