Added derived kernel objects
This commit is contained in:
parent
f79c9668a3
commit
5035e68dad
5 changed files with 29 additions and 4 deletions
|
@ -12,3 +12,8 @@ template void A::serialize<oarchive>( \
|
|||
oarchive & ar, \
|
||||
const unsigned int file_version \
|
||||
);
|
||||
|
||||
#define SERIALIZE_EXPORT_IMPL(A) \
|
||||
BOOST_SERIALIZATION_REGISTER_ARCHIVE(iarchive) \
|
||||
BOOST_SERIALIZATION_REGISTER_ARCHIVE(oarchive) \
|
||||
BOOST_CLASS_EXPORT_IMPLEMENT(A)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue