Boost logo

Boost :

From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-07-04 14:52:18


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 */
> );


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk