
6 Nov
2008
6 Nov
'08
8:51 p.m.
Robert Ramey skrev:
David Abrahams wrote:
Couldn't we add this overload to the
archives, or even simply replace the existing operator with this one?
template<class T> Archive & operator<<(T const & t){ // ^^^^^------------- Note this->This()->save_override(t, 0); return * this->This(); }
Aaaa - I would have to spend some time to look into that.
Isn't this the debate we have had so many times? -Thorsten