Skip to content

Fix vtkImplicitArray void_t definition for GCC 4.8.5

Until the resolution of CWG issue 1558, unused parameters in alias templates were not guaranteed to ensure SFINAE and could be ignored, that's why GCC 4.8.5 can not build implicit arrays correctly. This MR fixes the issue.

@julien.fausty @mwestphal @ben.boeckel @spiros.tsalikis

Edited by Alexy Pellegrini

Merge request reports