Skip to content

Replaced vtkAtomicTypes.h by using std::atomic

Sean McBride requested to merge seanm/vtk:stdatomic into master

This has the advantage of being portable instead of using compiler-specific built-ins.

Merge request reports