add %naturalvar to std::string and remove local li_std_string.i, so Mattias can finish the examples here :)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8635 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-30 19:25:51 +00:00
commit f959dde9bd
2 changed files with 6 additions and 5 deletions

View file

@ -6,6 +6,8 @@
%}
namespace std {
%naturalvar string;
%insert(closprefix) %{ (declare (hide <std-string>)) %}
%nodefault string;