On Jun 16, 2006, at 5:43 PM, Paulo J. Matos wrote:


int main() {

 unsigned int maxi = std::numeric_limits<unsigned int>::max();

 maxi++;


This is well defined as unsigned overflow is defined as wrapping.

-- Pinski

Reply via email to