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

Updated Wccl::Value wrapper

parent b10b3431
Branches
No related merge requests found
......@@ -7,6 +7,7 @@
%}
%include "std_string.i"
%include "boost_shared_ptr.i"
namespace Wccl {
class Value {
......@@ -22,6 +23,9 @@ namespace Wccl {
};
}
// %template(BoolSharedPtr) boost::shared_ptr<Wccl::Value>;
using namespace boost;
using namespace std;
using namespace Wccl;
......
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