$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthew Vogt (mvogt_at_[hidden])
Date: 2004-04-22 17:32:13
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