https://d.puremagic.com/issues/show_bug.cgi?id=7526
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #3 from Andrej Mitrovic <[email protected]> 2014-03-24 10:33:54 PDT --- ----- import std.getopt; void usage() { assert(0); } // will throw void main(string[] args) { getopt(args, "help", {usage();}); } ----- Seems to work in 2.064/2.065. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
