Boost C++ Libraries: Ticket #6823: Single-argument hash_range https://svn.boost.org/trac10/ticket/6823 <p> Could you provide a single-argument hash_range function? </p> <pre class="wiki">hash_range(R&amp; r) { return hash_range(r.begin(), r.end() } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6823 Trac 1.4.3 Daniel James Mon, 23 Apr 2012 19:13:33 GMT <link>https://svn.boost.org/trac10/ticket/6823#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6823#comment:1</guid> <description> <p> Why do you want that? </p> </description> <category>Ticket</category> </item> <item> <author>Olaf van der Spek <olafvdspek@…></author> <pubDate>Mon, 23 Apr 2012 19:17:13 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6823#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6823#comment:2</guid> <description> <p> It allows less verbose calls, the user doesn't have to bother with .begin() and .end() itself. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 23 Apr 2012 19:45:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6823#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6823#comment:3</guid> <description> <p> I don't find that very compelling, as it should be rarely called, so there doesn't seem to be much to gain from the change. </p> </description> <category>Ticket</category> </item> <item> <author>Olaf van der Spek <olafvdspek@…></author> <pubDate>Mon, 23 Apr 2012 19:52:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6823#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6823#comment:4</guid> <description> <p> Every single bit helps and bits at up. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 23 Apr 2012 23:33:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6823#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6823#comment:5</guid> <description> <p> But that goes both ways. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sun, 06 May 2012 12:33:45 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6823#comment:6 https://svn.boost.org/trac10/ticket/6823#comment:6 <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">wontfix</span> </li> </ul> Ticket