j
k
j a
j l
Matthias Troyer <troyer <at> itp.phys.ethz.ch> writes:
template<class T> odump_archive& operator<<(const T & t) { boost::serialization::save(* This(), t); return * This(); }
Try '{ boost::archive::save(* This(), t); return * This(); }' Matt
Back to the thread
Back to the list