j
k
j a
j l
On 11/14/05, Caleb Epstein <caleb.epstein@gmail.com> wrote:
template<class Archive> void load (Archive& ar, const unsigned int version) { if (version > 1) {
... That should be "if (version < 1)" -- Caleb Epstein caleb dot epstein at gmail dot com
Back to the thread
Back to the list