Opened 9 years ago
Closed 9 years ago
#9374 closed Bugs (wontfix)
g++ 4.7 -Wshadow warnings need attention (boost/pending)
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Following are warnings from g++ 4.7
boost/pending/property.hpp:236:37: warning: declaration of 'tag' shadows a member of 'this' [-Wshadow]
Change History (2)
comment:1 by , 9 years ago
Component: | None → graph |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is a standard C++ idiom and does not make sense to change.