Opened 13 years ago
Closed 13 years ago
#3464 closed Bugs (invalid)
unused argument in serialization.hpp
Reported by: | 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)
Change History (2)
by , 13 years ago
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
already done in trunk ... next time, should look there first ...