vtk-m/docs/changelog/vtkm-mangle-diy.md
2019-02-05 13:05:14 -05:00

412 B

VTK-m thirdparty diy now can coexist with external diy

Previously VTK-m would leak macros that would cause an external diy to be incorrectly mangled breaking consumers of VTK-m that used diy.

Going forward to use diy from VTK-m all calls must use the vtkmdiy namespace instead of the diy namespace. This allows for VTK-m to properly forward calls to either the external or internal version correctly.