Opened 11 years ago

Closed 10 years ago

#6738 closed Bugs (fixed)

Shadowed variable warning.

Reported by: davidrogers@… Owned by: jsiek
Milestone: To Be Determined Component: concept_check
Version: Boost 1.48.0 Severity: Cosmetic
Keywords: warning Cc:

Description

Turning on -Wshadow will cause a warning to be thrown at concept_check.hpp:1055.

void const_constraints(const C& c)

warning: Declaration shadows a field of Collection<C>

In a large project, this gets compounded every time that a boost header is included. Which makes it difficult to find warnings in my own code.

Change History (3)

comment:1 by giantchen@…, 10 years ago

A patch can be found in #5996 .

comment:2 by jeffrey.hellrung, 10 years ago

(In [78501]) [concept_check] "Shadowed variable warning" (refs #6738)

comment:3 by jeffrey.hellrung, 10 years ago

Resolution: fixed
Status: newclosed

(In [78702]) [concept_check] "Shadowed variable warning" (fixes #6738)

Note: See TracTickets for help on using tickets.