Re: More cvs2svn broken in 0.17.0?
From: <dberlin_at_dberlin.org>
Date: 2003-01-24 08:36:58 CET
On Thursday, January 23, 2003, at 12:29 PM, cmpilato@collab.net wrote:
Edward S. Marshall esm@logic.net writes:
(warning, half-baked idea follows)
Although, this does give me an interesting idea; a lot of functions
Regarding the above: I don't think so.
Um, it specifically supports it:
4.4.8 Default/optional arguments
int plot(double x, double y, int color=WHITE);
In this case, SWIG generates wrapper code where the default arguments
% plot -3.4 7.5 # Use default value
Although the ANSI C standard does not allow default arguments,
Note: There is a subtle semantic issue concerning the use of default
In other words, you just need to move the functions you want default
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.