vtk-m/docs/changelog/Convert-enums-to-enum-structs.md

5 lines
162 B
Markdown
Raw Normal View History

# Use the strong typed enums for vtkm::cont::Field
By doing so, the compiler would not convert these enums into `int`s
which can cause some unexpected behavior.