Beware that an anonymous argument of type int
cannot be specified as negative,
as it is ambiguous whether -1 is a negative number or a flag. If you need to pass
a negative number to your program, make it a parameter to a flag.
Beware that an anonymous argument of type int
cannot be specified as negative,
as it is ambiguous whether -1 is a negative number or a flag. If you need to pass
a negative number to your program, make it a parameter to a flag.