allow to use iostream and sstream without wchar support, as pointed by Scott

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7137 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-04-02 18:52:10 +00:00
commit 9d50d14df3
7 changed files with 67 additions and 19 deletions

View file

@ -4,6 +4,7 @@
struct A;
%}
%include <wchar.i>
%include <std_iostream.i>
%include <std_sstream.i>