Opened 10 years ago

Closed 10 years ago

#7139 closed Bugs (fixed)

Boost.Container: wrong Pred for flat_map and flat_multimap

Reported by: Alexandre Hamez <alexandre.hamez@…> Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: container
Version: Boost 1.51.0 Severity: Problem
Keywords: Cc:

Description

Hello,

On this page, the predicate for comparison in flat_map and flat_multimap is std::less< std::pair< Key, T> > whereas it should be std::less< Key >.

Change History (2)

comment:1 by anonymous, 10 years ago

Component: Documentationcontainer
Owner: changed from Matias Capeletto to Ion Gaztañaga

comment:2 by Ion Gaztañaga, 10 years ago

Resolution: fixed
Status: newclosed

Thanks for the report, fixed in trunk at revision: 80173

Note: See TracTickets for help on using tickets.