Opened 10 years ago
Closed 10 years ago
#7131 closed Bugs (fixed)
shared_ptr_helper.hpp:130: warning: unused parameter ‘t’
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.50.0 | Severity: | Problem |
Keywords: | Cc: |
Description
get_object_identifier(T & t) at line 130 in boost/archive/shared_ptr_helper.hpp does not use its parameter t fix: replace line 130 with: get_object_identifier(T & ){
Attachments (1)
Note:
See TracTickets
for help on using tickets.
fix unused parameter t at line 130