Opened 12 years ago

Last modified 8 years ago

#4361 new Patches

boost/concept_check gcc warning cleanup

Reported by: tatu.kilappa@… Owned by: jsiek
Milestone: Boost 1.44.0 Component: concept_check
Version: Boost Development Trunk Severity: Cosmetic
Keywords: gcc warning Cc: flast@…

Description

Patch to clean up gcc 4.x warning barf. To reproduce issue, compile using -Wshadow.

One of the methods was left using just 'c' as parameter name. Patch renames this to 'cc' as with other instances.

Attachments (1)

boost_concept_check_gcc_warning_cleanup.diff (550 bytes ) - added by tatu.kilappa@… 12 years ago.
fix for boost/concept_check.hpp

Download all attachments as: .zip

Change History (2)

by tatu.kilappa@…, 12 years ago

fix for boost/concept_check.hpp

comment:1 by Kohei Takahashi <flast@…>, 8 years ago

Cc: flast@… added

It seems that dup of #6738, and we can close this issue.

Note: See TracTickets for help on using tickets.