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