From c82e95ae03c4cfa75fa7dfc19956bc0be6cf2d2f Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sun, 17 Aug 2003 21:04:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5006 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 9f9badb79..bfa3f298d 100644 --- a/TODO +++ b/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: