Opened 12 years ago
Closed 12 years ago
#4362 closed Patches (fixed)
boost/archive gcc warning cleanup
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | serialization |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | gcc warning | Cc: |
Description
Patch to clean up gcc 4.x warning barf. To reproduce issue, compile using -Wshadow.
A macro uses 't' as parameter name, this is already reserved for a field named 't' within the class. Renamed to 'tt'.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | boost_archive_gcc_warning_cleanup.diff added |
---|
comment:2 by , 12 years ago
Component: | None → serialization |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fix for boost/archive/basic_archive.hpp