*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8c6a8371d1
commit
c82e95ae03
1 changed files with 8 additions and 0 deletions
8
TODO
8
TODO
|
|
@ -123,6 +123,14 @@ defer ready to go. The primary obstacle lies in the target language
|
|||
arguments (int FIRST, double SECOND) are close to the
|
||||
actual arguments (foo, bar).
|
||||
|
||||
Comment by beazley
|
||||
|
||||
$typemap(in, input=x) int = foo;
|
||||
|
||||
is a little bit hard to parse in terms of variable substitution.
|
||||
I'm considering something like this:
|
||||
|
||||
$typemap(in,1=int foo, input=x)
|
||||
|
||||
*** Add attributes to the %feature directive. Something like:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue