From ddec93c504f1a243abab705a00719f4dd41528c3 Mon Sep 17 00:00:00 2001 From: Xin Dong Date: Wed, 12 Aug 2020 15:47:32 -0700 Subject: [PATCH] Update fdbclient/StorageServerInterface.h Co-authored-by: Jingyu Zhou --- fdbclient/StorageServerInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdbclient/StorageServerInterface.h b/fdbclient/StorageServerInterface.h index ca89abe9a3..eb6fbf1d38 100644 --- a/fdbclient/StorageServerInterface.h +++ b/fdbclient/StorageServerInterface.h @@ -429,7 +429,7 @@ struct ReadHotRangeWithMetrics { double density; double readBandwidth; - ReadHotRangeWithMetrics() {} + ReadHotRangeWithMetrics() = default; ReadHotRangeWithMetrics(KeyRangeRef const& keys, double density, double readBandwidth) : keys(keys), density(density), readBandwidth(readBandwidth) {}