We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe87c1 commit cf4dc00Copy full SHA for cf4dc00
Modules/Core/Common/include/itkPrintHelper.h
@@ -21,17 +21,8 @@
21
22
#include <iostream>
23
#include <iterator>
24
-
25
-// Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112467
26
-#if defined(ITK_WRAPPING_PARSER) && defined(__GNUC__) && !defined(__clang__)
27
-# define __clang__
28
-# define ITK_CASTXML_GCC_VECTOR_WORKAROUND
29
-#endif
30
#include <vector>
31
-#if defined(ITK_CASTXML_GCC_VECTOR_WORKAROUND)
32
-# undef __clang__
33
-# undef ITK_CASTXML_GCC_VECTOR_WORKAROUND
34
+
35
36
namespace itk
37
{
0 commit comments