Opened 10 years ago
Closed 10 years ago
#7139 closed Bugs (fixed)
Boost.Container: wrong Pred for flat_map and flat_multimap
| Reported by: | 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 , 10 years ago
| Component: | Documentation → container |
|---|---|
| Owner: | changed from to |
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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