Finally std::string global and member variables are wrapped as strings by default
No need to use the %apply const std::string& { std::string* } trick anymore
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8599 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3d03012639
commit
a1875b8395
1 changed files with 2 additions and 0 deletions
|
|
@ -63,9 +63,11 @@ void test_const_pointer_throw() throw(const std::string *) {
|
|||
|
||||
%}
|
||||
|
||||
/* Old way, now std::string is a %naturalvar by default
|
||||
%apply const std::string& { std::string *GlobalString2,
|
||||
std::string *MemberString2,
|
||||
std::string *Structure::StaticMemberString2 };
|
||||
*/
|
||||
|
||||
%inline %{
|
||||
std::string GlobalString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue