Closed tchaikov closed 1 month ago
in 5d3ee98073, we dropped the support of C++17. so no need to check if the C++ standard is less than 20 -- it should be always greater or equal to 20.
@scylladb/seastar-maint hello maintainers, could you help merge this change?
in 5d3ee98073, we dropped the support of C++17. so no need to check if the C++ standard is less than 20 -- it should be always greater or equal to 20.