[spirit] [qi] What's the differences between qi::uint_parser<int>() and qi::uint_parser<unsigned int>()?
1 Dec
2016
1 Dec
'16
9:46 a.m.
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.
13 Dec
13 Dec
2:05 p.m.
New subject: [Bulk] [spirit] [qi] What's the differences between qi::uint_parser<int>() and qi::uint_parser<unsigned int>()?
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>?
2889
Age (days ago)
2901
Last active (days ago)
1 comments
2 participants
participants (2)
-
Han Wang
-
Jeff Trull