From: Glyn M. <gly...@gm...> - 2008-08-19 19:54:54
|
Hi Dean, 2008/8/19 Dean Michael Berris <mik...@gm...> > In revision 69 of the http_integration branch, I've implemented swap > and copy semantics in the base boost::network::message template as > well as the derived types. > > >From now on every derivative of the boost::network::message that has > their own state should implement a no-throw swap and copy constructor. > > In concept terms, every derivative of boost::network::message should > be Swappable and CopyConstructable. :) > and presumably Assignable? All tests run on g++ 4.3 on ubuntu. G |