Skip to content
Snippets Groups Projects
Commit b2be2ca9 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'fix-backport' into paraview/release


d7ff50a9 Fix #19552.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarDavid Thompson <david.thompson@kitware.com>
Merge-request: !11739
parents bac744a1 d7ff50a9
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@
#include "vtkCellGrid.h"
#include "vtkDebugLeaks.h"
#include <token/Singletons.h>
VTK_ABI_NAMESPACE_BEGIN
using namespace vtk::literals;
......
......@@ -30,6 +30,8 @@
#include "vtkStringToken.h" // for vtkStringToken::Hash
#include "vtkTypeName.h" // for vtk::TypeName<>()
#include <token/Singletons.h> // Increment Schwarz counter for initialization.
#include <functional>
#include <set>
#include <unordered_map>
......
......@@ -18,6 +18,8 @@
#include "vtkDebugLeaksManager.h" // DebugLeaks exists longer than info keys.
#include <token/Singletons.h> // to increment its Schwarz counter
#include <functional> // for finalizers
#include <vector> // for finalizers
......
# Fix cell-grid initialization
Static debug builds on Windows could crash at initialization as
the Schwarz counter to prepare the singleton container used to
register cell-grid cell metadata subclasses was not incremented
in time. See [#19552](https://gitlab.kitware.com/vtk/vtk/-/issues/19552)
for more information.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment