using new template resolution for def args, and cosmetics
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6890 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a45c6c63a1
commit
bd0ccd3769
14 changed files with 58 additions and 63 deletions
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
namespace std
|
||||
{
|
||||
%std_comp_methods(basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >);
|
||||
typedef basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > wstring;
|
||||
%std_comp_methods(basic_string<wchar_t>);
|
||||
typedef basic_string<wchar_t> wstring;
|
||||
}
|
||||
|
||||
%template(wstring) std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;
|
||||
%template(wstring) std::basic_string<wchar_t>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue