$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [serialization] problems implementing free-standingfunctions
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-03-02 04:44:54
Robert Ramey skrev:
> Try removing the code from the "detail" namespace.
I renamed the functions, so they are not called load(). But it did not help.
The compiler gives me this error:
d:\boost\trunk\boost/serialization/access.hpp(109) : error C2039:
'serialize' :
is not a member of 'boost::auto_buffer<T>'
Why does the library look for that function?
-Thorsten