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

@@ -51,8 +51,8 @@ public:
});
}
unsubscribe_op(unsubscribe_op&&) noexcept = default;
unsubscribe_op(const unsubscribe_op&) noexcept = delete;
unsubscribe_op(unsubscribe_op&&) = default;
unsubscribe_op(const unsubscribe_op&) = delete;
using executor_type = asio::associated_executor_t<handler_type>;
executor_type get_executor() const noexcept {