Skip to content

Fix namespaced build for hash of vtkSmartPointer

David Gobbi requested to merge dgobbi/vtk:smartptr-hash-namespace into master

There was a build failure when VTK_ABI_NAMESPACE_NAME was set, struct std::hash<T> cannot be declared in the ABI namespace.

Merge request reports