Skip to content

VS2017 build fix (static_cast double to enum in tests)

David Gobbi requested to merge dgobbi/vtk:enum-cast-fixes into master

VS2017 (and possibly VS2019) aren't able to cast directly from double to an enum type, only from integral types to enum types.

Backport: release

Merge request reports

Loading