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@8613 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-29 15:53:41 +00:00
commit 4c5d4a9d29

View file

@ -21,6 +21,8 @@
namespace std {
%naturalvar string;
class string;
%typemap(in) string {