allow to use iostream and sstream without wchar support, as pointed by Scott
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7139 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9c225a1a54
commit
5187b75674
2 changed files with 14 additions and 0 deletions
7
SWIG/Lib/std/std_wios.i
Normal file
7
SWIG/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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue