[ruby] add a few tests for std::wstring
This commit is contained in:
parent
904bc2ad52
commit
bfe7204576
3 changed files with 27 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ SWIGINTERNINLINE VALUE
|
|||
|
||||
#if !defined(SWIG_STD_WSTRING)
|
||||
|
||||
%traits_swigtype(std::basic_string<wchar_t>);
|
||||
%fragment(SWIG_Traits_frag(std::basic_string<wchar_t>));
|
||||
|
||||
|
||||
%fragment(SWIG_AsPtr_frag(std::basic_string<wchar_t>),"header",
|
||||
fragment="SWIG_AsWCharPtrAndSize") {
|
||||
SWIGINTERN int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue