Closed bernhardmgruber closed 1 year ago
MSVC claims that it cannot access TArrayExtents::rankStatic inside the implementation of SoA because MappingBase privately inherits from TArrayExtents. This actually seems right, but gcc compiles fine. This change fixes the issue for MSVC.
TArrayExtents::rankStatic
MappingBase
TArrayExtents
Merging #716 (ac8cb2c) into develop (5c5c3b5) will not change coverage. The diff coverage is n/a.
n/a
MSVC claims that it cannot access
TArrayExtents::rankStatic
inside the implementation of SoA becauseMappingBase
privately inherits fromTArrayExtents
. This actually seems right, but gcc compiles fine. This change fixes the issue for MSVC.