Skip to content

disable constructor for c-array argument of size 0

In generic code it might happen that the multiindex class is instantiated with dimension zero. This results in a compiler warning since zero-size c-arrays are not allowed. This MR fixes this issue, by deactivating the overload in this case.

Merge request reports