Opened 12 years ago
Last modified 8 years ago
#4361 new Patches
boost/concept_check gcc warning cleanup
| Reported by: | Owned by: | jsiek | |
|---|---|---|---|
| Milestone: | Boost 1.44.0 | Component: | concept_check |
| Version: | Boost Development Trunk | Severity: | Cosmetic |
| Keywords: | gcc warning | Cc: | flast@… |
Description
Patch to clean up gcc 4.x warning barf. To reproduce issue, compile using -Wshadow.
One of the methods was left using just 'c' as parameter name. Patch renames this to 'cc' as with other instances.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | boost_concept_check_gcc_warning_cleanup.diff added |
|---|
Note:
See TracTickets
for help on using tickets.

fix for boost/concept_check.hpp