From 6988d76aa5342fd34fdf97b548eaab1050382909 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 18 Nov 2020 17:19:48 +0800 Subject: [PATCH] crimson/common: correct template parameter of seastar::future<> it's a leftover of 688b95798bfd88b409abce9b70bb6d2933819bef Signed-off-by: Kefu Chai --- src/crimson/common/errorator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 002c158dc7f8f..872f8bf60fba8 100644 --- a/src/crimson/common/errorator.h +++ b/src/crimson/common/errorator.h @@ -686,7 +686,7 @@ private: template friend inline auto ::crimson::do_until(AsyncAction action); - template + template friend class ::seastar::future; // let seastar::do_with_impl to up-cast us to seastar::future. -- 2.39.5