more examples, and fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7b33c27230
commit
39ae60f7d8
17 changed files with 123 additions and 28 deletions
|
|
@ -1,5 +1,6 @@
|
|||
%module lib_std_string
|
||||
%include "std_string.i"
|
||||
%include <std_basic_string.i>
|
||||
%include <std_string.i>
|
||||
|
||||
%template(string) std::basic_string<char>;
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue