better support for string and def. args, plus adding allocator + sstream
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6818 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
84065db35b
commit
ee3e53c9cd
10 changed files with 309 additions and 118 deletions
|
|
@ -1,8 +1,8 @@
|
|||
namespace std
|
||||
{
|
||||
%pythoncallback(1) endl;
|
||||
%pythoncallback(1) ends;
|
||||
%pythoncallback(1) flush;
|
||||
%callback(1) endl;
|
||||
%callback(1) ends;
|
||||
%callback(1) flush;
|
||||
}
|
||||
|
||||
%include <std/std_iostream.i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue