p-ranav / argparse

Argument Parser for Modern C++
MIT License
2.59k stars 244 forks source link

Store ints #346

Closed abellgithub closed 4 months ago

abellgithub commented 4 months ago

Allow store_into() to work with general integer types.

p-ranav commented 4 months ago

Please include <cstdint> in test case.

p-ranav commented 4 months ago

Thanks!