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:
parent
1e41bb4920
commit
06833547b7
4 changed files with 11 additions and 0 deletions
1
Lib/python/std_wios.i
Normal file
1
Lib/python/std_wios.i
Normal file
|
|
@ -0,0 +1 @@
|
|||
%include <std/std_wios.i>
|
||||
8
Lib/python/std_wiostream.i
Normal file
8
Lib/python/std_wiostream.i
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace std
|
||||
{
|
||||
%callback(1) wendl;
|
||||
%callback(1) wends;
|
||||
%callback(1) wflush;
|
||||
}
|
||||
|
||||
%include <std/std_wiostream.i>
|
||||
1
Lib/python/std_wsstream.i
Normal file
1
Lib/python/std_wsstream.i
Normal file
|
|
@ -0,0 +1 @@
|
|||
%include <std/std_wsstream.i>
|
||||
1
Lib/python/std_wstreambuf.i
Normal file
1
Lib/python/std_wstreambuf.i
Normal file
|
|
@ -0,0 +1 @@
|
|||
%include <std/std_wstreambuf.i>
|
||||
Loading…
Add table
Add a link
Reference in a new issue