From bd9989313be293a3ffe24b0f342da586ec499962 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 21 Aug 2023 16:41:51 +0200 Subject: Use typename when needed for clang 15. --- storage/src/vespa/storage/bucketdb/bucketinfo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/src/vespa/storage/bucketdb/bucketinfo.hpp b/storage/src/vespa/storage/bucketdb/bucketinfo.hpp index f8dbff38a99..a8a1069d587 100644 --- a/storage/src/vespa/storage/bucketdb/bucketinfo.hpp +++ b/storage/src/vespa/storage/bucketdb/bucketinfo.hpp @@ -159,7 +159,7 @@ BucketInfoBase::getNodes() const noexcept { } template -BucketInfoBase::Highest +typename BucketInfoBase::Highest BucketInfoBase::getHighest() const noexcept { Highest highest; for (const auto & n : _nodes) { -- cgit v1.2.3