From 92b4b50008c06d82ec413993a8e0350d10671c93 Mon Sep 17 00:00:00 2001 From: AJPfleger Date: Mon, 25 Nov 2024 14:32:12 +0100 Subject: [PATCH] make inline --- Core/include/Acts/Utilities/Helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/include/Acts/Utilities/Helpers.hpp b/Core/include/Acts/Utilities/Helpers.hpp index 957f1e0a13e..2dd64025dbc 100644 --- a/Core/include/Acts/Utilities/Helpers.hpp +++ b/Core/include/Acts/Utilities/Helpers.hpp @@ -240,7 +240,7 @@ overloaded(Ts...) -> overloaded; /// - The minimum value (double) /// - The adjusted maximum value (double) /// - The bin count (std::size_t) -auto getMinMaxAndBinCount(std::vector& xPos) { +inline auto getMinMaxAndBinCount(std::vector& xPos) { // sort the values for unique() std::ranges::sort(xPos);