$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] conflicting declaration(BOOST_CLASS_EXPORT)
From: jens weller (jensweller_at_[hidden])
Date: 2008-09-18 17:45:18
Robert Ramey wrote:
> try the following re export:
>
> a) re-read the manual regarding boost class export
I did, any points you think about?
> b) Try using BOOST_CLASS_EXPORT only once.
So far I thought after each class I could just set a
BOOST_CLASS_EXPORT($classname),
as far as its derived from a serializable class.
So, how to use it "only once"?
Should I put those all in one file instead? ("exportmodel.hpp" f.e.)
regards
Jens Weller