*** 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:
Dave Beazley 2003-08-17 21:04:03 +00:00
commit c82e95ae03

8
TODO
View file

@ -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: