Seastar commit
8dc3398a removed this macro, no longer necessary.
Signed-off-by: Samuel Just <sjust@redhat.com>
{};
}
-SEASTAR_CONCEPT(
namespace crimson::interruptible {
template<typename InterruptCond, typename FutureType>
class interruptible_future_detail;
struct is_tuple_of_futures<std::tuple<crimson::interruptible::interruptible_future_detail<InterruptCond, FutureType>, Rest...>>
: is_tuple_of_futures<std::tuple<Rest...>> {};
}
-)
namespace crimson::interruptible {