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:
Korina Šimičević
2023-12-07 09:32:34 +01:00
parent 3640a4fb2a
commit e849166599
45 changed files with 699 additions and 914 deletions

View File

@@ -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
) {