daldegam / eos-portable-archive

10 stars 7 forks source link

Where is portable_binary_(i)oarchive #3

Closed JLDDER closed 3 years ago

JLDDER commented 3 years ago

In your tutorial, these scripts include boost::archive::portablebinary(i)oarchive. However, I don't find portablebinary(i)oarchive in boost/archive. Should I copy scripts that in eos folder to boost/archive? But I tried to copy them and include them, like tutorial :

#include <boost/cstdint.hpp>
#include <boost/archive/portable_oarchive.hpp>
#include <boost/archive/portable_iarchive.hpp>

then I still can't find boost::archive::portable_binary_(i)oarchive