Add parser grammar for `std::array`
The headers StdArrayAsProperty.h
only provide a hack to be able to use Gaudi::Property<std::array<T, N>>
instead of Gaudi::Property<std::vector<T>>
, but it does not provide a grammar to actually parse std::array<T, N>
.