$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Some questions about using BOOST_CLASS_EXPORT_KEYmacro of boost.serialization library
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-02-26 12:41:41
Igore Dmit. wrote:
> 2010/2/26 ZouLei <zoulei.vresearch.org_at_[hidden]>
>
>
>
> oa << base_ptr ;
>
>
> I rechecked documentation and I believe it should look like "oa << *base_ptr ;
". Correct me if I'm wrong.
You're wrong - where in the documentation does it say this?
Robert Ramey