Re: [Boost-bugs] [Boost C++ Libraries] #8568: Infinite loop in hash_value_signed/hash_value_unsigned

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8568: Infinite loop in hash_value_signed/hash_value_unsigned
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-09 01:58:58


#8568: Infinite loop in hash_value_signed/hash_value_unsigned
-------------------------------+-------------------------
  Reporter: alex@… | Owner: danieljames
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: hash
   Version: Boost 1.53.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+-------------------------

Comment (by qiaozhiqiang@…):

 unsigned int i,
 so i >= 0,
 so i > 0 is i != 0

 we should change i > 0 to i != 0 to avoid warning.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8568#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC