avoid to use SwigValueWrapper with std::string, just to keep the code cleaner and familiar
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6422 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
19ab048261
commit
4855fb73ae
9 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%feature("novaluewrapper") string;
|
||||
class string;
|
||||
|
||||
// string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue