[1.36.0: Serialization] unused variable warning in shared_ptr.hpp

18 Aug
2008
18 Aug
'08
6:35 a.m.
in boost/serialization/shared_ptr.hpp, line 133: in the case of NOT "#ifdef BOOST_SERIALIZATION_SHARED_PTR_132_HPP" the variable file_version is not used. Could be fixed by replacing else #endif by else #else (void)file_version; #endif or something similar. Would be great if that could be fixed for the next release. Keep up the great job! Best regards Christoph
6140
Age (days ago)
6140
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christoph Duelli