#7425 closed Patches (fixed)
Warning fixes in bimap
| Reported by: | Owned by: | Matias Capeletto | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | bimap |
| Version: | Boost 1.51.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
We have a zero warning policy in our development projects and experience lots of warnings in several boost libraries. With every new boost version we need to apply a set of warning fixes.
It would help a lot if you could integrate these wanting fixes into future boost releases.
Please find attached a patch file against boost 1.51.0 which fixes several warnings in boost::bimap.
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | bimap-warnings.diff added |
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [80807]) Fix unused parameter name warnings in Boost.Bimap, Fix #7425