$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Bielik (robert.bielik_at_[hidden])
Date: 2007-11-13 01:40:15
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