Opened 10 years ago
Closed 10 years ago
#8033 closed Patches (fixed)
Warning fixes in lamda
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | lambda |
Version: | Boost 1.53.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.53.0 which fixes several warnings in boost::lambda.
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | lambda.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [82932]) Remove name of unused parameter. Fixes #8033.