Boost C++ Libraries: Ticket #3119: unordered_map documentation issue https://svn.boost.org/trac10/ticket/3119 <p> In the “Equality Predicates and Hash Functions”, the boost::unordered_map is declared like this: </p> <pre class="wiki">template &lt; class Key, class Mapped, class Hash = boost::hash&lt;Key&gt;, class Pred = std::equal_to&lt;Key&gt;, class Alloc = std::allocator&lt;Key&gt; &gt; class unordered_map; </pre><p> Should be: </p> <pre class="wiki">template &lt; class Key, class Mapped, class Hash = boost::hash&lt;Key&gt;, class Pred = std::equal_to&lt;Key&gt;, class Alloc = std::allocator&lt;std::pair&lt;Key const, Mapped&gt; &gt; &gt; class unordered_map; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3119 Trac 1.4.3 Daniel James Mon, 01 Jun 2009 19:22:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3119#comment:1 https://svn.boost.org/trac10/ticket/3119#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53552" title="Fix the unordered_map declaration in the tutorial. Fixes #3119.">[53552]</a>) Fix the unordered_map declaration in the tutorial. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3119" title="#3119: Bugs: unordered_map documentation issue (closed: fixed)">#3119</a>. </p> Ticket Daniel James Sat, 06 Jun 2009 14:05:56 GMT <link>https://svn.boost.org/trac10/ticket/3119#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3119#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53687" title="Misc. unordered changes. Fixes #3082, #3119. Merged revisions ...">[53687]</a>) Misc. unordered changes. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3082" title="#3082: Bugs: Boost.Unordered throws 64-bit portability warnings (closed: fixed)">#3082</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3119" title="#3119: Bugs: unordered_map documentation issue (closed: fixed)">#3119</a>. </p> <p> Merged revisions 53505-53506,53525,53550,53552,53614 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53505" title="Disable incorrect Visual C++ 64-bit warnings. Ref #3082.">r53505</a> | danieljames | 2009-05-31 16:50:56 +0100 (Sun, 31 May 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Disable incorrect Visual C++ 64-bit warnings. Ref <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3082" title="#3082: Bugs: Boost.Unordered throws 64-bit portability warnings (closed: fixed)">#3082</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53506" title="Remove misplaced visual C++ warning pragma.">r53506</a> | danieljames | 2009-05-31 16:53:09 +0100 (Sun, 31 May 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove misplaced visual C++ warning pragma. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53525" title="Fix tests for when the library has support for initializer lists but ...">r53525</a> | danieljames | 2009-06-01 07:50:37 +0100 (Mon, 01 Jun 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix tests for when the library has support for initializer lists but the compiler doesn't. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53550" title="Get the type of the initializer_list right.">r53550</a> | danieljames | 2009-06-01 20:17:49 +0100 (Mon, 01 Jun 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Get the type of the initializer_list right. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53552" title="Fix the unordered_map declaration in the tutorial. Fixes #3119.">r53552</a> | danieljames | 2009-06-01 20:22:27 +0100 (Mon, 01 Jun 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix the unordered_map declaration in the tutorial. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3119" title="#3119: Bugs: unordered_map documentation issue (closed: fixed)">#3119</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/53614" title="The move tests pass on 64 bit visual c++.">r53614</a> | danieljames | 2009-06-03 23:48:49 +0100 (Wed, 03 Jun 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> The move tests pass on 64 bit visual c++. </p> </blockquote> <p> ........ </p> </description> <category>Ticket</category> </item> </channel> </rss>