VTK
Common
Core
vtkCxxABIConfigure.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#ifndef vtkCxxABIConfigure_h
5
#define vtkCxxABIConfigure_h
6
7
#define VTK_HAS_CXXABI_DEMANGLE
8
9
#ifdef VTK_HAS_CXXABI_DEMANGLE
10
# include <cxxabi.h>
11
#endif
12
13
#endif //vtkCxxABIConfigure_h
Generated by
1.8.13 on Tue Jan 21 2025