Subject: [Boost-users] Using unique_ptr in Boost.Asio
From: Clark Gaebel (cg.wowus.cg_at_[hidden])
Date: 2010-06-20 19:54:40


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