add int64_t

This commit is contained in:
Carl Pearson
2020-06-09 15:15:44 -05:00
parent 73e1d1a71a
commit d437ff26c0
3 changed files with 14 additions and 5 deletions

View File

@@ -156,7 +156,8 @@ To error instead, call `p->no_unrecognized()`.
- [x] `--` to stop parsing options and flags
- [x] modify `argc`/`argv` (disable with `Parser::no_consume()`)
- Option/Positional Argument Types
- [x] `int`
- [x] `int32_t`
- [x] `int64_t`
- [x] `size_t`
- [x] `float`
- [x] `double`