default arguments update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6530 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-10-27 20:35:11 +00:00
commit d7e5a0dc45

View file

@ -1766,7 +1766,9 @@ int foo(int x, int y, int flags);
The primary use of this typemap is to either change the wrapping of
default arguments or specify a default argument in a language where
they aren't supported (like C).
they aren't supported (like C). Target languages that do not support
optional arguments, such as Java and C#, effecively ignore the value specified
by this typemap as all arguments must be given.
<p>
Once a default typemap has been applied to an argument, all arguments