Finally std::string global and member variables are wrapped as strings by default
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8598 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dde6392a0c
commit
3d03012639
3 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
namespace std {
|
||||
|
||||
%naturalvar string;
|
||||
|
||||
class string;
|
||||
|
||||
// string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue