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: Roland.Ouellette@… 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 Steven Watanabe, 9 years ago

Component: Documentationunordered
Owner: changed from Matias Capeletto to Daniel James

comment:3 by Daniel James, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.