$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-05-02 12:00:20
This is explained in the docmentation under
Reference/Special Considerations/Exporting Class Serialization
Robert Ramey
Thorsten Ottosen wrote:
> Robert Ramey wrote:
>
>> Note that its not enough to include BOOST_CLASS_EXPORT. It has to
>> be included after the *archive.hpp classes that you're using.
>> Double check that this is the case.
>
> Robert, why is this needed? It seems like something that is *very*
> easy to forget and get wrong.
>
> -Thorsten