I use gcc-4.8, when compiling the following error occur:
/usr/local/include/boost/serialization/shared_ptr.hpp:234:13: error: ‘template<class Archive, class T> void boost::serialization::save(Archive&, const std::shared_ptr<_Tp2>&, unsigned int)’ previously declared here
inline void save(
.....
and many other errors.
Would you please specify the compiler version, boost version, system version (64bit or 32bit), the other tools version used in your project?
Thank you sincerely!
The environment building is problematic....
I use gcc-4.8, when compiling the following error occur:
/usr/local/include/boost/serialization/shared_ptr.hpp:234:13: error: ‘template<class Archive, class T> void boost::serialization::save(Archive&, const std::shared_ptr<_Tp2>&, unsigned int)’ previously declared here
inline void save(
.....
and many other errors.
Would you please specify the compiler version, boost version, system version (64bit or 32bit), the other tools version used in your project?
Thank you sincerely!
The environment building is problematic....