13 Dec
2016
13 Dec
'16
2:05 p.m.
On Thu, Dec 1, 2016 at 1:46 AM, Han Wang
Both of them are the same as qi::uint_(parsing integers from 0 to UINT_MAX). For qi::uint_parser<int>, the required maximum value of numeric base type int is not used at all.
I'm not sure, but why use uint_parser<int> instead of int_parser<int>?