Service serialization framework; done AC

This commit is contained in:
Hamish Milne 2019-12-24 22:39:02 +00:00 committed by zhupengfei
parent ac0337d8df
commit 3fd5c431f1
7 changed files with 51 additions and 47 deletions

View file

@ -1,9 +1,5 @@
#include <boost/serialization/serialization.hpp>
#define BOOST_SERIALIZATION_FRIENDS \
friend class boost::serialization::access; \
friend class construct_access;
class construct_access {
public:
template<class Archive, class T>