Skip to content

templated typdef hasIndices made intel compiler friendly

Summary

The MR fixes an issue of intel icc compiler with the detection ideom. The templates typedef hasIndices is made self-supporting, i.e. not depending on other class types.

Motivation

The concept-typedef hasIndices was not isolated, but depending on other class types. This resulted in a failed detection on valid types.

Edited by Simon Praetorius

Merge request reports