From a3b8d2c29b745e6977842b8cf0d3b680d2c4b129 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 9 Oct 2024 11:06:24 +0200 Subject: [PATCH] Remove redundant inline --- k4FWCore/include/k4FWCore/FunctionalUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4FWCore/include/k4FWCore/FunctionalUtils.h b/k4FWCore/include/k4FWCore/FunctionalUtils.h index 003aad28..eaee8097 100644 --- a/k4FWCore/include/k4FWCore/FunctionalUtils.h +++ b/k4FWCore/include/k4FWCore/FunctionalUtils.h @@ -89,7 +89,7 @@ namespace k4FWCore { requires std::is_base_of_v> struct isVectorLike> : std::true_type {}; - template inline constexpr bool isVectorLike_v = isVectorLike::value; + template constexpr bool isVectorLike_v = isVectorLike::value; // transformType function to transform the types from the ones that the user wants // like edm4hep::MCParticleCollection, to the ones that are actually stored in the