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@7139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d1bec74c9c
commit
73ac0670b0
2 changed files with 14 additions and 0 deletions
7
Lib/std/std_wios.i
Normal file
7
Lib/std/std_wios.i
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Provide 'std_ios.i' with wchar support.
|
||||
*/
|
||||
|
||||
%include <wchar.i>
|
||||
%include <std_ios.i>
|
||||
|
||||
7
Lib/std/std_wstreambuf.i
Normal file
7
Lib/std/std_wstreambuf.i
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Provide 'std_streambuf.i' with wchar support.
|
||||
*/
|
||||
|
||||
%include <wchar.i>
|
||||
%include <std_streambuf.i>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue