Skip to content

Add toStream specialization for std::array into ToStream.h

Gerhard Raven requested to merge graven/Gaudi:refactor-tostream-array into master

Move the ToStream specialization for std::array from StdArrayAsProperty.h to ToStream.h, and remove redundant ToStream specialization (no need for non-const versions!)

Merge request reports