$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::serialization problem with own defined primitive type
From: Robert Bielik (robert.bielik_at_[hidden])
Date: 2011-05-25 12:52:15
Hi all,
I've tried to define operator >> & << in order to make a juce::String serializable in the same
manner as a std::wstring. Here is the question thread on StackOverflow:
Any ideas what might be wrong ? Thing is (as I say in the thread above), that it _has_ worked and I obviously have
made a change but 2 hours of checking SVN repo diffsets I cannot find it.
TIA
/Rob