Add support for g++-9 compiler

Summary: related to #7, T13767

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D29302
This commit is contained in:
Korina Šimičević
2024-05-09 11:54:29 +02:00
parent 73ec4431ff
commit 794f48e915
15 changed files with 34 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ public:
_handler(std::forward<Handler>(handler))
{}
reconnect_op(reconnect_op&&) noexcept = default;
reconnect_op(reconnect_op&&) = default;
reconnect_op(const reconnect_op&) = delete;
using executor_type = asio::associated_executor_t<handler_type>;