Boost C++ Libraries: Ticket #2467: Implement unordered storage selectors https://svn.boost.org/trac10/ticket/2467 <p> Rewrite the hash* storage selectors to use the unordered_set and unordered_map data structures from tr1/0x. The fix to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2444" title="#2444: Bugs: read_dimacs problem with gcc 4.3 (closed: fixed)">#2444</a> (<a class="changeset" href="https://svn.boost.org/trac10/changeset/49554" title="Added a compiler check to adjacency_list.hpp that checks for GCC &gt;= ...">r49554</a>) breaks any code compiled against libraries that deprecate the hash_* data structures (e.g., GCC &gt;= 4.3). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2467 Trac 1.4.3 Jeremiah Willcock Tue, 24 Nov 2009 19:06:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2467#comment:1 https://svn.boost.org/trac10/ticket/2467#comment:1 <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">fixed</span> </li> </ul> <p> I fixed this previously because of the warning issue; I used boost/unordered_*, though. </p> Ticket