summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-29 18:50:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-29 18:50:53 +0000
commit568141faf76dfd74dfd95a148e047e380e1f93ec (patch)
tree63350858de5c8485b64a77ce742b29b4039d823d /Lib/mzscheme
parentedba3add6bbf8d48c21dd8ecd7f4a5e5c2e8956f (diff)
downloadswig-568141faf76dfd74dfd95a148e047e380e1f93ec.tar.gz
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 Please test if possible, I can't run these languages. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8618 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/mzscheme')
-rw-r--r--Lib/mzscheme/std_string.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/mzscheme/std_string.i b/Lib/mzscheme/std_string.i
index 7885e7ef8..0781b5867 100644
--- a/Lib/mzscheme/std_string.i
+++ b/Lib/mzscheme/std_string.i
@@ -20,6 +20,8 @@
namespace std {
+ %naturalvar string;
+
class string;
/* Overloading check */