On Friday, 22 January 2016 at 13:03:58 UTC, Johannes Pfau wrote:
Am Fri, 22 Jan 2016 11:32:30 +
schrieb Sebastiaan Koppe :
Thanks. I never know which version of this supports which
version of that. Any easy way of checking this? I mean, how
can I tell that gdc 5.3.0-1 supports phobos 2.066?
On Friday, 22 January 2016 at 10:06:01 UTC, Johannes Pfau wrote:
defaultGetoptPrinter is not yet available in the phobos version
used by GDC. GDC uses phobos version 2.066,
defaultGetoptPrinter was added in 2.067.
Thanks. I never know which version of this supports which version
of that. Any
This code:
bool time;
string fileIn;
string fileOut;
auto helpInformation = getopt(
args,
"time", "Show timing information", &time,
"i|input", "Input file (defaults to stdin)", &fileIn,
"o|output", "O