Buildable with Boost 1.84

Summary: related to T13686, #5

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27869
This commit is contained in:
Korina Šimičević
2024-02-12 13:05:57 +01:00
parent d1d50d029d
commit eaac06fa6a

View File

@ -267,14 +267,14 @@ private:
_svc._replies.clear_fast_replies();
auto ex = write_queue.front().get_executor();
auto alloc = write_queue.front().get_allocator();
auto ex = write_queue.front().get_executor();
_svc._stream.async_write(
buffers,
asio::bind_executor(
ex,
asio::bind_allocator(
alloc,
asio::bind_allocator(
alloc,
asio::bind_executor(
ex,
asio::prepend(std::ref(*this), std::move(write_queue))
)
)