[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.
3017
Age (days ago)
3029
Last active (days ago)
1 comments
2 participants
participants (2)
-
Han Wang
-
Jeff Trull