Opened 13 years ago

Closed 13 years ago

#3464 closed Bugs (invalid)

unused argument in serialization.hpp

Reported by: Henning Dürkop <h.duerkop@…> Owned by: Robert Ramey
Milestone: Boost 1.41.0 Component: serialization
Version: Boost 1.40.0 Severity: Optimization
Keywords: Cc:

Description

In serialization.hpp in line 91, there is an unused argument for load_construct_data(). Not bad but not so nice, if you want to compile your project with -Wall -Werr (or /W4 /WX with MSVC).

Attachments (1)

ser.patch (655 bytes ) - added by Henning Dürkop <h.duerkop@…> 13 years ago.

Download all attachments as: .zip

Change History (2)

by Henning Dürkop <h.duerkop@…>, 13 years ago

Attachment: ser.patch added

comment:1 by Henning Dürkop <h.duerkop@…>, 13 years ago

Resolution: invalid
Status: newclosed

already done in trunk ... next time, should look there first ...

Note: See TracTickets for help on using tickets.