Skip to content

Use std::is_integral<T>::value instead of is_int<>{}.

Allison Vacanti requested to merge allisonvacanti/vtk-m:nvcc_fixes into master

NVCC doesn't seem to handle the construction + implicit conversion well. Explicitly specifying the value fixes this.

Merge request reports