Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk