Opened 9 years ago

Closed 9 years ago

#9374 closed Bugs (wontfix)

g++ 4.7 -Wshadow warnings need attention (boost/pending)

Reported by: Tom Browder <tom.browder@…> 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 viboes, 9 years ago

Component: Nonegraph
Owner: set to Jeremiah Willcock

comment:2 by Jeremiah Willcock, 9 years ago

Resolution: wontfix
Status: newclosed

This is a standard C++ idiom and does not make sense to change.

Note: See TracTickets for help on using tickets.