$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost::Serialize, serializing std::basic_string
From: Jacob Holm (jacobholm_at_[hidden])
Date: 2008-10-29 09:13:17
I have a variable which is a basic_string, as I want my own allocator
assigned to it. This gives me the following compiler error:
"Error 3 error C2039: 'serialize' : is not a member of
'std::basic_string<_Elem,_Traits,_Ax>' ...\boost\serialization\access.hpp
109"
I have searched around for this error but have not been able to find a
solution. It would be possible to just pass a vector with chars in it, but
basic_string is preferred. Has anyone else had this problem and maybe
managed to solve it?
/Jacob Holm