$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_KEY macro of boost.serialization library
From: Igore Dmit. (trueorca_at_[hidden])
Date: 2010-02-26 11:43:35
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.