
13 May
2012
13 May
'12
1:21 a.m.
Tim Burgess wrote:
Hi,
I have a vector:
Std::vector <std::pair< std::string, wxAny> > myParameters;
This is straight forward #include <boost/serialization/utility.hpp> // for std::pair #include <boost/serialization/vector.hpp> Now all you need is serialization for wxAny. Without seeing the class wxAny not much more to say. You have to do this yourself, This will entail looking at the manual and examples. Sorry about that, it's the best I can do. Robert Ramey