Skip to content

Fix compile issue on windows

Kenneth Moreland requested to merge kmorel/vtk-m:windows-build-issue into master

A variable length array declaration was used. That is not part of the official C++11 standard and is not supported on all compilers.

Merge request reports