allow writing of Gaudi::Range and Gaudi::NamedRange in Gaudi::Functional
Due to an overeager specialization, it was not possible to write Gaudi::Range<T>
and Gaudi::NamedRange<T>
using Gaudi::Functional
. This MR fixes that problem.
Due to an overeager specialization, it was not possible to write Gaudi::Range<T>
and Gaudi::NamedRange<T>
using Gaudi::Functional
. This MR fixes that problem.