$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.