$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-11-13 11:23:46
Is this not covered in the serialization documentation?
YWIA
Robert Ramey
Robert Bielik wrote:
> In a project using JUCE (http://www.rawmaterialsoftware.com) I want
> to serialize the juce::String, preferably so it's equivalent of
> serializing std::wstring. How would I go about doing a wrapper for it
> so boost::serialization can serialize it nicely?
>
> TIA
> /Rob