Skip to content

Fix VecTraits internal compile errors with GCC 4.8

Kenneth Moreland requested to merge kmorel/vtk-m:fix-gcc-4-8-ice into master

GCC 4.8 seems to have issues with the templated using statements in VecTraits. Hopefully this change works around that problem.

Merge request reports