Subject: Re: [Boost-users] [Serialization] Std::string's pointer can't beserialized.
From: Pete Bartlett (pete_at_[hidden])
Date: 2010-06-30 15:16:46


[Snip program that already includes <boost/serialization/string.hpp>]

>try #include <boost/serialization/string.hpp>
>Robert Ramey

Really? I thought that since std::string was a primitive type it simply
couldn't be serialized through a pointer?

Pete