Boost C++ Libraries: Ticket #9552: bimap compilation fails on 1.55 that was successful on 1.54 (hash_detail issues) https://svn.boost.org/trac10/ticket/9552 <p> Bimap compilation fails on Boost 1.55 because of hashing issues. Platform: gcc (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1 x64, C++11 compilation mode </p> <p> Bimap declaration: </p> <pre class="wiki"> typedef boost::bimap&lt;boost::bimaps::unordered_set_of&lt;Id&gt;, boost::bimaps::unconstrained_set_of&lt;Id&gt;, boost::bimaps::vector_of_relation&gt; Nbimap; Nbimap m_nbimap; </pre><p> Where id is unsigned int or int (conditional). </p> <p> Build log is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9552 Trac 1.4.3 Artem V L <luart@…> Wed, 08 Jan 2014 05:39:40 GMT attachment set https://svn.boost.org/trac10/ticket/9552 https://svn.boost.org/trac10/ticket/9552 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">build.log.zip</span> </li> </ul> <p> Build log of the bimap </p> Ticket