Skip to content

Commit

Permalink
Support std::string wrapping in SWIG (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Dec 29, 2017
1 parent c87d584 commit 805ec8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/swig/SGBase.i
@@ -1,5 +1,6 @@
/* base includes required by any module */
%include "stdint.i"
%include "std_string.i"
%include "exception.i"

%feature("ref") shogun::CSGObject "SG_REF($this);"
Expand Down

0 comments on commit 805ec8f

Please sign in to comment.