We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e64fa64 + 38dacc4 commit baec6f1Copy full SHA for baec6f1
Modules/Core/Common/include/itkPrintHelper.h
@@ -22,19 +22,10 @@
22
#include <array>
23
#include <iostream>
24
#include <iterator>
25
+#include <vector>
26
#include <list>
27
#include <type_traits>
28
-// Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112467
29
-#if defined(ITK_WRAPPING_PARSER) && defined(__GNUC__) && !defined(__clang__)
30
-# define __clang__
31
-# define ITK_CASTXML_GCC_VECTOR_WORKAROUND
32
-#endif
33
-#include <vector>
34
-#if defined(ITK_CASTXML_GCC_VECTOR_WORKAROUND)
35
-# undef __clang__
36
-# undef ITK_CASTXML_GCC_VECTOR_WORKAROUND
37
38
39
namespace itk::print_helper
40
{
0 commit comments