Skip to content

allow writing of Gaudi::Range and Gaudi::NamedRange in Gaudi::Functional

Gerhard Raven requested to merge support-writing-ranges into master

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.

Merge request reports