Skip to content

Modernize and simplify vtkDebugLeaksHashTable

Cory Quammen requested to merge cory.quammen/vtk:update-debug-leaks into master

Replace custom hash map with std::unordered_map. This simplifies the implementation.

Merge request reports