Opened 12 years ago
Closed 12 years ago
#4949 closed Patches (fixed)
Parameter name shadowing warning in boost/archive/basic_archive.hpp
| Reported by: | Owned by: | Robert Ramey | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | serialization |
| Version: | Boost 1.44.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
The constructor on line 257 has a shadowing warning for the parameter name with GCC 4.3.0 on Mac OS 10.6.4. The attached patch fixes the warning.
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | basic_archive.hpp.diff added |
|---|
comment:1 by , 12 years ago
| Severity: | Problem → Cosmetic |
|---|---|
| Type: | Bugs → Patches |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
