[Serialization] base_object.hpp fix

4 Jul
2005
4 Jul
'05
7:52 p.m.
I've checked in the following patch, which fixes several multi_index tests on the OSL machines. Doug
Index: base_object.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/serialization/base_object.hpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- base_object.hpp 4 Jul 2005 05:32:13 -0000 1.12 +++ base_object.hpp 4 Jul 2005 18:18:20 -0000 1.13 @@ -39,7 +39,7 @@
#if ! defined(BOOST_ARCHIVE_BASIC_ARCHIVE_HPP) template<class Derived, class Base> - const void_caster & void_cast_register( + void void_cast_register( const Derived * /* dnull = NULL */, const Base * /* bnull = NULL */ );
7281
Age (days ago)
7281
Last active (days ago)
0 comments
1 participants
participants (1)
-
Douglas Gregor