forked from lthn/blockchain
eos portable archive: fix boost archive version back to make it independent from Boost version (also, fix for ZANO-307)
This commit is contained in:
parent
2fe5e6be13
commit
953a081559
1 changed files with 8 additions and 5 deletions
|
|
@ -35,11 +35,14 @@ namespace eos {
|
|||
|
||||
// version of the linked boost archive library
|
||||
const archive_version_type archive_version(
|
||||
#if BOOST_VERSION < 103700
|
||||
boost::archive::ARCHIVE_VERSION()
|
||||
#else
|
||||
boost::archive::BOOST_ARCHIVE_VERSION()
|
||||
#endif
|
||||
|
||||
100 // explicitly fix archive version to make it independent from Boost version
|
||||
|
||||
//#if BOOST_VERSION < 103700
|
||||
// boost::archive::ARCHIVE_VERSION()
|
||||
//#else
|
||||
// boost::archive::BOOST_ARCHIVE_VERSION()
|
||||
//#endif
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue