Skip to content

vtkDataReader: fix C++20 compat

Ben Boeckel requested to merge ben.boeckel/vtk:cxx20-compat into master

Technically this is a breaking change, but this is documented as an internal function and C++20 doesn't support what this wants to do out-of-the-box.

Fixes: #18625 (closed)
Cc: @Neumann-A
Backport: release

Merge request reports