Boost C++ Libraries: Ticket #12270: Wrong comment / typo in hash.hpp https://svn.boost.org/trac10/ticket/12270 <p> The comment in functional/hash/hash.hpp:231 should read </p> <blockquote class="citation"> <p> <em> Don't define 64-bit hash combine on platforms without 64 bit integers, </em></p> </blockquote> <p> instead of </p> <blockquote class="citation"> <p> <em> Don't define 64-bit hash combine on platforms with 64 bit integers, </em></p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12270 Trac 1.4.3 Marshall Clow Wed, 15 Jun 2016 00:28:02 GMT owner, status changed https://svn.boost.org/trac10/ticket/12270#comment:1 https://svn.boost.org/trac10/ticket/12270#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Marshall Clow</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> I'll take care of this. </p> Ticket Marshall Clow Tue, 23 Aug 2016 16:28:00 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12270#comment:2 https://svn.boost.org/trac10/ticket/12270#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in 7977f83a08ee5871ef654f580bc7e0df965dae66. </p> Ticket