add #include <cwchar>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6619 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
da29a4793d
commit
53ec1c3c1d
2 changed files with 9 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
|||
%{
|
||||
#include <cwchar>
|
||||
%}
|
||||
|
||||
%include <std/std_basic_string.i>
|
||||
|
||||
/* wide strings */
|
||||
|
||||
|
||||
namespace std
|
||||
{
|
||||
%std_comp_methods(basic_string<wchar_t>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue