Subject: [Boost-bugs] [Boost C++ Libraries] #7188: C4127 in Boost.Range's equal
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-01 11:56:01
#7188: C4127 in Boost.Range's equal
---------------------------------+------------------------------------------
Reporter: gast128@⦠| Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.51.0 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
In range\algorithm\equal.hpp (line 34 and 74), a 'while (true)' statement
is used giving C4127 (conditional expression is constant) for msvc 2010. I
think m$ prefers 'for (;;)'; hopefully other compiler vendors as well.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7188> 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:10 UTC