
20 Jun
2010
20 Jun
'10
11:54 p.m.
Instead of using shared_ptr for my async_recv's in Boost.Asio, it would be a lot more convenient if I could use unique_ptr instead. Does the library support move semantics, or are actual copies really needed? Regards, -- Clark