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

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-04-03 03:16:25 +00:00
commit 06833547b7
4 changed files with 11 additions and 0 deletions

1
Lib/python/std_wios.i Normal file
View file

@ -0,0 +1 @@
%include <std/std_wios.i>

View file

@ -0,0 +1,8 @@
namespace std
{
%callback(1) wendl;
%callback(1) wends;
%callback(1) wflush;
}
%include <std/std_wiostream.i>

View file

@ -0,0 +1 @@
%include <std/std_wsstream.i>

View file

@ -0,0 +1 @@
%include <std/std_wstreambuf.i>