Finished archives; remove pod.h

This commit is contained in:
Hamish Milne
2020-01-03 14:00:10 +00:00
committed by zhupengfei
parent 2bf5b46460
commit 558e710e17
14 changed files with 72 additions and 48 deletions

View File

@ -172,7 +172,9 @@ protected:
private:
template <class Archive>
void serialize(Archive& ar, const unsigned int) {}
void serialize(Archive& ar, const unsigned int) {
ar& delay_generator;
}
friend class boost::serialization::access;
};