mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-06 19:01:38 +01:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user