$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] Problems with serializing a shared_ptr
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-11-16 11:33:29
Stefan Ulbrich wrote:
> Has anybody a hint for me what is missing in the matrix class?
what compiler?
> second, could anybody please explain to me what
> BOOST_SERIALIZATION_SHARED_PTR does and when I have to use it (only
> saw it in the demo file).
This is required to permit the implementation to work for compilers which
fail to support partial template specialization.
Robert Ramey
>
> Thank you,
> Best regards
> Stefan