Opened 12 years ago
Closed 12 years ago
#4948 closed Bugs (duplicate)
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: | Problem |
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.
Change History (2)
comment:1 by , 12 years ago
Component: | None → serialization |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
duplicate #4949