$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization] problems implementing free-standing functions
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-03-01 15:58:32
Hi,
I'm having some annoying problems when implementing serialization for
the attached class. Basically I define
boost::serialization::load()/save(). I do just like done in e.g.
boost.ptr_container, so I'm really confused about what's going on here.
From the error message it looks like the free-standing functions are
not found.
Any help will be greatly appreciated.
Thanks
-Thorsten