split std_basic_string/std_string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6416 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d33f398c63
commit
d25d71bc0f
3 changed files with 21 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
%}
|
||||
|
||||
namespace std {
|
||||
template <class _CharT>
|
||||
|
||||
template <class _CharT, class _Traits = char_traits<_CharT> >
|
||||
class basic_string
|
||||
{
|
||||
#if !defined(SWIG_STD_MODERN_STL) || defined(SWIG_STD_NOMODERN_STL)
|
||||
|
|
@ -254,3 +255,4 @@ namespace std {
|
|||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue