Skip to content

Fix implicit inheritance type compiler warning

Specify private inheritance explicitly to avoid a compiler warning: class vtkAtomic : private vtk::atomic::detail::IntegralType

Merge request reports