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
9
Lib/std/std_string.i
Normal file
9
Lib/std/std_string.i
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%include <std/std_basic_string.i>
|
||||
|
||||
/* plain strings */
|
||||
|
||||
namespace std
|
||||
{
|
||||
%std_comp_methods(basic_string<char>);
|
||||
typedef basic_string<char> string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue