Boost C++ Libraries: Ticket #7655: signed/unsigned mismatch warning in inplace_solver https://svn.boost.org/trac10/ticket/7655 <p> MSVC 9 emits a warning "C4018: '&lt;' : signed/unsigned mismatch" in line 2165 (inplace_solve) in triangular.hpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7655 Trac 1.4.3 Kenneth Porter <shiva+boost@…> Wed, 13 Feb 2013 22:40:16 GMT attachment set https://svn.boost.org/trac10/ticket/7655 https://svn.boost.org/trac10/ticket/7655 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">triangular.hpp.7655.patch</span> </li> </ul> <p> Patch against 1.53.0 boost/numeric/ublas/triangular.hpp </p> Ticket Kenneth Porter <shiva+boost@…> Wed, 13 Feb 2013 22:41:43 GMT <link>https://svn.boost.org/trac10/ticket/7655#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7655#comment:1</guid> <description> <p> The code is comparing a difference_type to a size_type. A brief inspection of the code suggests that the difference_type value can go negative, so casting the size_type to difference_type should be correct. </p> </description> <category>Ticket</category> </item> <item> <author>Albert Gil <albert.gil@…></author> <pubDate>Mon, 06 Oct 2014 14:08:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7655#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7655#comment:2</guid> <description> <p> Just to let you know that I've also succesfully applied this patch in version 1.55.0, for GCC 4.7.2 (x64). </p> </description> <category>Ticket</category> </item> </channel> </rss>