Boost C++ Libraries: Ticket #13596: VC++ 15 compiler warning C4127: conditional expression is constant https://svn.boost.org/trac10/ticket/13596 <p> I'm using Microsoft Visual Studio 15.6.0 to compile boost 1.67.0. I use compiler flag /W4. The following warnings (which we declared an error for our project) occur in geometry: </p> <p> <strong>\boost_1_67_0\boost\geometry\algorithms\detail\overlay\sort_by_side.hpp(369): warning C4127: conditional expression is constant</strong> </p> <p> <strong>\boost_1_67_0\boost\geometry\algorithms\detail\overlay\handle_colocations.hpp(836): error C4127: conditional expression is constant</strong> </p> <p> <strong>\boost_1_67_0\boost\geometry\algorithms\detail\overlay\traversal.hpp(804): error C4127: conditional expression is constant</strong> </p> <p> <strong>\boost_1_67_0\boost\geometry\io\wkt\write.hpp(165): error C4127: conditional expression is constant</strong> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13596 Trac 1.4.3 Volker Schöch <vschoech@…> Wed, 13 Jun 2018 13:21:10 GMT keywords set https://svn.boost.org/trac10/ticket/13596#comment:1 https://svn.boost.org/trac10/ticket/13596#comment:1 <ul> <li><strong>keywords</strong> warning error C4127 added </li> </ul> Ticket Volker Schöch <vschoech@…> Wed, 13 Jun 2018 13:24:49 GMT <link>https://svn.boost.org/trac10/ticket/13596#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13596#comment:2</guid> <description> <p> See also <strong>VC++ 14 compiler warning C4127: conditional expression is constant</strong><br /> <a class="ext-link" href="https://svn.boost.org/trac10/ticket/13376"><span class="icon">​</span>https://svn.boost.org/trac10/ticket/13376</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Barend Gehrels</dc:creator> <pubDate>Wed, 26 Jun 2019 09:03:32 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/13596#comment:3 https://svn.boost.org/trac10/ticket/13596#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Close as duplicate, now in <a class="ext-link" href="https://github.com/boostorg/geometry/issues/599"><span class="icon">​</span>https://github.com/boostorg/geometry/issues/599</a> </p> Ticket