$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Serialization] getting version of items stored inSTL collection
From: Robert Ramey (ramey_at_[hidden])
Date: 2011-07-20 23:41:12
I have to say it's very hard for me to follow all this.
For most standard collections such as std::vector<T> the serialization
library takes care of the version of T. There are only a few exceptions to
shis - such as vector<std::string> etc. So everything should "just work"
Robert Ramey