as it is defined as struct, otherwise clang complains on this
inconsistency.
Signed-off-by: Kefu Chai <kchai@redhat.com>
// any `seastar::futurize` specialization must be able to access the base.
// see : `satisfy_with_result_of()` far below.
template <typename>
- friend class seastar::futurize;
+ friend struct seastar::futurize;
template <typename T1, typename T2, typename... More>
friend auto seastar::internal::do_with_impl(T1&& rv1, T2&& rv2, More&&... more);