$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-09-22 14:59:49
Andrzej Krzemienski wrote:
> So, to rephrase, I assume that I can move construct a `tcp::socket`, and now I
> ask if there is an interface or a technique within ASIO that would allow me to
> move the `tcp::socket` and the buffer rather than heap-allocate them?
How would you move a buffer without heap-allocating it though :-)