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

@@ -33,7 +33,7 @@ public:
_owner(owner), _handler(std::move(handler))
{}
resolve_op(resolve_op&&) noexcept = default;
resolve_op(resolve_op&&) = default;
resolve_op(const resolve_op&) = delete;
using executor_type = asio::associated_executor_t<handler_type>;