https://issues.dlang.org/show_bug.cgi?id=14651
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- I found something that works, but the syntax is a little weird (BTW, this is not in the grammar, not sure if it's accidentally accepted): void func1(size_t argc = 0, string[] argv = null...) I don't know if this is intentional. I'm going to bring it up on the newsgroup. --
