Opened 12 years ago

Closed 12 years ago

#4362 closed Patches (fixed)

boost/archive gcc warning cleanup

Reported by: tatu.kilappa@… Owned by: Robert Ramey
Milestone: Boost 1.44.0 Component: serialization
Version: Boost Development Trunk Severity: Cosmetic
Keywords: gcc warning Cc:

Description

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

A macro uses 't' as parameter name, this is already reserved for a field named 't' within the class. Renamed to 'tt'.

Attachments (1)

boost_archive_gcc_warning_cleanup.diff (563 bytes ) - added by tatu.kilappa@… 12 years ago.
fix for boost/archive/basic_archive.hpp

Download all attachments as: .zip

Change History (4)

by tatu.kilappa@…, 12 years ago

fix for boost/archive/basic_archive.hpp

comment:1 by tatu.kilappa@…, 12 years ago

Type: BugsPatches

Is actually a patch.

comment:2 by anonymous, 12 years ago

Component: Noneserialization

comment:3 by Robert Ramey, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.