|
Boost : |
Subject: [boost] [spirit] [qi] What's the differences between qi::uint_parser<int>() and qi::uint_parser<unsigned int>()?
From: Han Wang (wanghan02_at_[hidden])
Date: 2016-12-01 04:46:56
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.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk