From 5a4369fd11536a7e85d61d25b3af2b3d0c455ad6 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 18 Oct 2004 00:35:16 +0000 Subject: avoid to use SwigValueWrapper with std::string, just to keep the code cleaner and familiar git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6422 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/mzscheme/std_string.i | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/mzscheme') diff --git a/Lib/mzscheme/std_string.i b/Lib/mzscheme/std_string.i index fe70e9ab5..7ccf7adc3 100644 --- a/Lib/mzscheme/std_string.i +++ b/Lib/mzscheme/std_string.i @@ -20,6 +20,7 @@ namespace std { + %feature("novaluewrapper") string; class string; /* Overloading check */ -- cgit v1.2.1