mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Downgrade C++ standard requirement to C++17
Summary: related to T13242 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D26860
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
}
|
||||
|
||||
void operator()(
|
||||
on_resolve, auto ord,
|
||||
on_resolve, std::array<std::size_t, 2> ord,
|
||||
error_code resolve_ec, epoints epts,
|
||||
error_code timer_ec, authority_path ap
|
||||
) {
|
||||
|
Reference in New Issue
Block a user