Skip to content

Fix VTKDataSetWriter::WriteDataset() overload const correctness

Shreeraj Jadhav requested to merge (removed):example-msvc-build-fix into master

Compilation error (C2666) is caused by ambiguous call to overloaded function vtkm::io::writer::VTKDataSetWriter::WriteDataSet(). One of the overloaded functions was not constant (though it is supposed to be). Fixes the compilation error for example "ParticleAdvection" when building in Windows 7 Visual Studio 2015. @sujin.philip @robertmaynard

Edited by Shreeraj Jadhav

Merge request reports