Opened 9 years ago
Closed 8 years ago
#9719 closed Bugs (fixed)
Allocator for boost unordered containers are not correctly described on web page
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | To Be Determined | Component: | unordered |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_55_0/doc/html/unordered.html has errors.
The allocators are described: "class Alloc = std::allocator<Key> >"
http://www.boost.org/doc/libs/1_48_0/doc/html/boost/unordered_map.html gets it right.
typename Alloc = std::allocator<std::pair<Key const, Mapped> >
Change History (3)
comment:1 by , 9 years ago
Component: | Documentation → unordered |
---|---|
Owner: | changed from | to
comment:2 by , 9 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in: https://github.com/boostorg/unordered/commit/78bd2c0736538661aaee4c8c95223eace9844045