|
Boost Users : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-02-27 12:00:41
I would recommend the following changes:
CommonSerialize.h - remove the following
#include <boost/archive/xml_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
and add the following:
#include <boost/serialization/export.hpp>
test_independent.cc - change the top to look like the following:
// INDEPENDENT TEST
#include <boost/archive/xml_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
#include <MObject.h>
#include <MObject_serialization.hh>
#include <MemberVariableSpecification.h>
#include <MemberVariableSpecification_serialization.hh>
#include <fstream>
Robert Ramey
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net