Opened 10 years ago
Closed 10 years ago
#6823 closed Feature Requests (wontfix)
Single-argument hash_range
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | To Be Determined | Component: | hash |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Could you provide a single-argument hash_range function?
hash_range(R& r) { return hash_range(r.begin(), r.end() }
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
It allows less verbose calls, the user doesn't have to bother with .begin() and .end() itself.
comment:3 by , 10 years ago
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.
comment:6 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Why do you want that?