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:
parent
3b13970714
commit
d7e5a0dc45
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue